Ojan Vafai
9837d78956
Remove GraphicsLayer family of classes.
...
Remove all the GraphicsLayer* classes. This includes LinkHighlight
since that feature is built on the old compositing system.
It's all dead code!
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/762993003
2014-11-26 20:21:01 -08:00
Ojan Vafai
7d45831411
Get rid of the remaining uses of GraphicsLayer.
...
After this patch, GraphicsLayer is only used by GraphicsLayer-related
classes and LinkHighlight. We should be able to just delete all of them
in a followup patch.
R=abarth@chromium.org
Review URL: https://codereview.chromium.org/763013002
2014-11-26 18:51:43 -08:00
Eric Seidel
e0fd75b5ab
Make absolute and sort all Sky headers
...
This caused us to lose our gn check certification. :(
Turns out gn check was just ignoring all the header
paths it didn't understand and so gn check passing
for sky wasn't meaning much. I tried to straighten
out some of the mess in this CL, but its going to take
several more rounds of massaging before gn check
passes again. On the bright side (almost) all of
our headers are absolute now. Turns out my script
(attached to the bug) didn't notice ../ includes
but I'll fix that in the next patch.
R=abarth@chromium.org
BUG=435361
Review URL: https://codereview.chromium.org/746023002
2014-11-20 17:42:05 -08:00
Adam Barth
fc451b47eb
Unfork Sky's trace events
...
This CL remove the body of Sky's TraceEvent.h in favor of the version in base.
There's still some more of the system to unwind before we can remove all the
other boilerplate.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/691663002
2014-10-30 09:39:46 -07:00
James Robinson
ca1c075179
Update DEPS for chromium roll, fix few sky issues
...
This updates DEPS to match the recent chromium roll and applies the
following changes to sky to accomodate the skia roll:
https://src.chromium.org/viewvc/blink?revision=184191&view=revision
https://src.chromium.org/viewvc/blink?revision=184289&view=revision
as well as adding #include <string> to WTFString.h so it compiles for
translation units that include this without #including <string>
themselves, which currently happens in a number of files in the android
build.
TBR=abarth@chromium.org
Review URL: https://codereview.chromium.org/682573003
2014-10-26 23:50:52 -07:00
Adam Barth
ae72930937
Open the Sky
2014-10-23 11:17:19 -07:00