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

Unified Diff: Source/platform/blink_platform.gypi

Issue 211503006: Implementation of 2D canvas context lost/restored events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding missing file Created 6 years, 9 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
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 4e66b82cd5c5a3043ac69c00ea97e79dc281840b..0835beac6c319adf1fbf4f96a94ddc52d7a25fad 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -594,12 +594,13 @@
'graphics/Image.h',
'graphics/ImageBuffer.cpp',
'graphics/ImageBuffer.h',
+ 'graphics/ImageBufferClient.h',
+ 'graphics/ImageBufferSurface.cpp',
+ 'graphics/ImageBufferSurface.h',
'graphics/ImageDecodingStore.cpp',
'graphics/ImageDecodingStore.h',
'graphics/ImageFrameGenerator.cpp',
'graphics/ImageFrameGenerator.h',
- 'graphics/ImageBufferSurface.cpp',
- 'graphics/ImageBufferSurface.h',
'graphics/ImageObserver.cpp',
'graphics/ImageObserver.h',
'graphics/ImageOrientation.cpp',

Powered by Google App Engine
This is Rietveld 408576698