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

Unified Diff: Source/platform/blink_platform.gypi

Issue 358893002: Use newImageSnapshot() to get an image from a Canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created ImagePattern and StaticBitmapImage Created 6 years, 6 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
« no previous file with comments | « no previous file | Source/platform/graphics/BitmapPattern.h » ('j') | Source/platform/graphics/ImagePattern.h » ('J')
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 96c8ecc4420fb097cccfc846d48dde7bb1f4019c..bb9bd5f2ff9463655e69502cd53250edf7fa1767 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -544,6 +544,8 @@
'graphics/skia/SkiaUtils.h',
'graphics/BitmapImage.cpp',
'graphics/BitmapImage.h',
+ 'graphics/BitmapPattern.cpp',
+ 'graphics/BitmapPattern.h',
'graphics/Canvas2DImageBufferSurface.h',
'graphics/Canvas2DLayerBridge.cpp',
'graphics/Canvas2DLayerBridge.h',
@@ -608,6 +610,8 @@
'graphics/ImageObserver.h',
'graphics/ImageOrientation.cpp',
'graphics/ImageOrientation.h',
+ 'graphics/ImagePattern.cpp',
Justin Novosad 2014/07/02 19:04:18 Would be clearer to call this SkiaImagePattern
Rémi Piotaix 2014/07/02 20:21:32 Done.
+ 'graphics/ImagePattern.h',
'graphics/ImageSource.cpp',
'graphics/ImageSource.h',
'graphics/LazyDecodingPixelRef.cpp',
@@ -622,6 +626,8 @@
'graphics/Pattern.h',
'graphics/ScaledImageFragment.cpp',
'graphics/ScaledImageFragment.h',
+ 'graphics/StaticBitmapImage.cpp',
+ 'graphics/StaticBitmapImage.h',
'graphics/StrokeData.cpp',
'graphics/StrokeData.h',
'graphics/ThreadSafeDataTransport.cpp',
« no previous file with comments | « no previous file | Source/platform/graphics/BitmapPattern.h » ('j') | Source/platform/graphics/ImagePattern.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698