DescriptionAdd explicit forwarding stubs for geometry classes cc uses
libcc depends on several geometry types from WebCore - IntRect, FloatQuad, etc.
We were picking these up by a header copying rule in the webkit_platform target
that copies these headers into the generated build dir, but since there is no
hard dependency link from libcc to webkit_platform this either work or not work
depending on the exact build order on the user's system and was thus very
fragile. This adds explicit forwarding headers which are ugly but at least
will work.
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=153631
Patch Set 1 #
Total comments: 1
Patch Set 2 : fix bug linke #
Messages
Total messages: 4 (0 generated)
|