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

Unified Diff: Source/platform/blink_platform.gypi

Issue 104023007: Refactoring ImageBuffer to decouple it from Canvas2DLayerBridge (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: mac+win build fix 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
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index a96f19da9ca75e240041c4a66ca1ba0e2807e4fc..63f7532a63b3cba20e96fb9b69116af0a3b2995f 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -455,10 +455,14 @@
'graphics/filters/custom/CustomFilterProgramInfo.h',
'graphics/filters/custom/CustomFilterTransformParameter.cpp',
'graphics/filters/custom/CustomFilterTransformParameter.h',
+ 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
+ 'graphics/gpu/AcceleratedImageBufferSurface.h',
'graphics/gpu/DrawingBuffer.cpp',
'graphics/gpu/DrawingBuffer.h',
'graphics/gpu/SharedGraphicsContext3D.cpp',
'graphics/gpu/SharedGraphicsContext3D.h',
+ 'graphics/gpu/WebGLImageBufferSurface.cpp',
+ 'graphics/gpu/WebGLImageBufferSurface.h',
'graphics/media/MediaPlayer.cpp',
'graphics/media/MediaPlayer.h',
'graphics/skia/GaneshUtils.cpp',
@@ -472,6 +476,7 @@
'graphics/skia/SkiaUtils.h',
'graphics/BitmapImage.cpp',
'graphics/BitmapImage.h',
+ 'graphics/Canvas2DImageBufferSurface.h',
'graphics/Canvas2DLayerBridge.cpp',
'graphics/Canvas2DLayerBridge.h',
'graphics/Canvas2DLayerManager.cpp',
@@ -517,6 +522,8 @@
'graphics/ImageDecodingStore.h',
'graphics/ImageFrameGenerator.cpp',
'graphics/ImageFrameGenerator.h',
+ 'graphics/ImageBufferSurface.cpp',
+ 'graphics/ImageBufferSurface.h',
'graphics/ImageObserver.cpp',
'graphics/ImageObserver.h',
'graphics/ImageOrientation.cpp',
@@ -542,6 +549,8 @@
'graphics/TextRunIterator.h',
'graphics/ThreadSafeDataTransport.cpp',
'graphics/ThreadSafeDataTransport.h',
+ 'graphics/UnacceleratedImageBufferSurface.cpp',
+ 'graphics/UnacceleratedImageBufferSurface.h',
'graphics/WindRule.h',
'image-decoders/ImageDecoder.cpp',
'image-decoders/ImageDecoder.h',

Powered by Google App Engine
This is Rietveld 408576698