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

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: rebase mayhem 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 | « Source/core/svg/graphics/SVGImage.cpp ('k') | Source/platform/graphics/Canvas2DImageBufferSurface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 223d498d28bb00965e7b8066c67adcf59cbe7809..6c11ce01dc696d623f53081eab0ae434b885452a 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -526,10 +526,14 @@
'graphics/filters/custom/FECustomFilter.h',
'graphics/filters/custom/ValidatedCustomFilterOperation.cpp',
'graphics/filters/custom/ValidatedCustomFilterOperation.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',
@@ -545,6 +549,7 @@
'graphics/win/TransparencyWin.h',
'graphics/BitmapImage.cpp',
'graphics/BitmapImage.h',
+ 'graphics/Canvas2DImageBufferSurface.h',
'graphics/Canvas2DLayerBridge.cpp',
'graphics/Canvas2DLayerBridge.h',
'graphics/Canvas2DLayerManager.cpp',
@@ -598,6 +603,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',
@@ -620,6 +627,8 @@
'graphics/StrokeData.h',
'graphics/ThreadSafeDataTransport.cpp',
'graphics/ThreadSafeDataTransport.h',
+ 'graphics/UnacceleratedImageBufferSurface.cpp',
+ 'graphics/UnacceleratedImageBufferSurface.h',
'graphics/WindRule.h',
'image-decoders/ImageDecoder.cpp',
'image-decoders/ImageDecoder.h',
« no previous file with comments | « Source/core/svg/graphics/SVGImage.cpp ('k') | Source/platform/graphics/Canvas2DImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698