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

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: 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
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index c80364bef18996c9ec1b769531c037cb9b0b111f..19dddeba1cc730dbea956e8a981812c9f724a254 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -372,6 +372,8 @@
'graphics/GraphicsTypes.cpp',
'graphics/GraphicsTypes.h',
'graphics/GraphicsTypes3D.h',
+ 'graphics/ImageBufferSurface.cpp',
+ 'graphics/ImageBufferSurface.h',
'graphics/ImageObserver.cpp',
'graphics/ImageObserver.h',
'graphics/ImageOrientation.cpp',
@@ -386,6 +388,8 @@
'graphics/TextRunIterator.h',
'graphics/ThreadSafeDataTransport.cpp',
'graphics/ThreadSafeDataTransport.h',
+ 'graphics/UnacceleratedImageBufferSurface.cpp',
+ 'graphics/UnacceleratedImageBufferSurface.h',
'graphics/WindRule.h',
'mac/KillRingMac.mm',
'mac/BlockExceptions.h',

Powered by Google App Engine
This is Rietveld 408576698