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

Unified Diff: Source/core/core.gypi

Issue 104023007: Refactoring ImageBuffer to decouple it from Canvas2DLayerBridge (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: build fixes for win+mac Created 7 years 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 | Source/core/frame/Frame.cpp » ('j') | Source/core/html/HTMLCanvasElement.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 96aed684a0dbcf169be061fdeb77d2f8aa033c31..3b3b9bc35030645a221ca0a874160e093318ecc5 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2738,6 +2738,7 @@
'platform/chromium/KeyCodeConversionGtk.cpp',
'platform/chromium/KeyboardCodes.h',
'platform/graphics/BitmapImage.cpp',
+ 'platform/graphics/Canvas2DImageBufferSurface.h',
'platform/graphics/Canvas2DLayerBridge.cpp',
'platform/graphics/Canvas2DLayerBridge.h',
'platform/graphics/Canvas2DLayerManager.cpp',
@@ -2909,8 +2910,12 @@
'platform/graphics/filters/custom/FECustomFilter.h',
'platform/graphics/filters/custom/ValidatedCustomFilterOperation.cpp',
'platform/graphics/filters/custom/ValidatedCustomFilterOperation.h',
+ 'platform/graphics/gpu/AcceleratedImageBufferSurface.cpp',
+ 'platform/graphics/gpu/AcceleratedImageBufferSurface.h',
'platform/graphics/gpu/DrawingBuffer.cpp',
'platform/graphics/gpu/DrawingBuffer.h',
+ 'platform/graphics/gpu/NonDrawableAcceleratedImageBufferSurface.cpp',
Stephen White 2013/12/04 21:18:40 Naming nit: NonDrawable might imply you can't draw
+ 'platform/graphics/gpu/NonDrawableAcceleratedImageBufferSurface.h',
'platform/graphics/gpu/SharedGraphicsContext3D.cpp',
'platform/graphics/gpu/SharedGraphicsContext3D.h',
'platform/graphics/harfbuzz/FontHarfBuzz.cpp',
« no previous file with comments | « no previous file | Source/core/frame/Frame.cpp » ('j') | Source/core/html/HTMLCanvasElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698