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

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: rebase 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 b764a29a52a4e26d781fb928d3ad2bd99ab03440..cea4521ef0a3d02862da63a02604619205f21c9d 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -589,12 +589,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',
« no previous file with comments | « Source/core/html/canvas/CanvasRenderingContext2D.idl ('k') | Source/platform/graphics/Canvas2DImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698