Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(894)

Unified Diff: WebCore/WebCore.gypi

Issue 650002: Implementing ACCELERATED_COMPOSITING via Skia Base URL: http://svn.webkit.org/repository/webkit/trunk/
Patch Set: '' Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | WebCore/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/WebCore.gypi
===================================================================
--- WebCore/WebCore.gypi (revision 55428)
+++ WebCore/WebCore.gypi (working copy)
@@ -2149,10 +2149,16 @@
'platform/graphics/skia/GraphicsContextPlatformPrivate.h',
'platform/graphics/skia/GraphicsContextSkia.cpp',
'platform/graphics/skia/GraphicsContext3DSkia.cpp',
+ 'platform/graphics/skia/GraphicsLayerSkia.cpp',
+ 'platform/graphics/skia/GraphicsLayerSkia.h',
'platform/graphics/skia/ImageBufferSkia.cpp',
'platform/graphics/skia/ImageSkia.cpp',
'platform/graphics/skia/IntPointSkia.cpp',
'platform/graphics/skia/IntRectSkia.cpp',
+ 'platform/graphics/skia/LayerRendererSkia.cpp',
+ 'platform/graphics/skia/LayerRendererSkia.h',
+ 'platform/graphics/skia/LayerSkia.cpp',
+ 'platform/graphics/skia/LayerSkia.h',
'platform/graphics/skia/NativeImageSkia.cpp',
'platform/graphics/skia/NativeImageSkia.h',
'platform/graphics/skia/PathSkia.cpp',
« no previous file with comments | « no previous file | WebCore/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698