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

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: Bitmap caching for Shaders/Patterns from StaticBitmapImage/SkImage Created 6 years, 4 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 797c653c5fdc91e760b7c54ba413bee9969cbd99..8470550c7ee3eb27aa03fbacb539eb9a570d7743 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -547,6 +547,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',
@@ -635,6 +637,10 @@
'graphics/ReplayingCanvas.h',
'graphics/ScaledImageFragment.cpp',
'graphics/ScaledImageFragment.h',
+ 'graphics/StaticBitmapImage.cpp',
+ 'graphics/StaticBitmapImage.h',
+ 'graphics/StaticBitmapPattern.cpp',
+ 'graphics/StaticBitmapPattern.h',
'graphics/StrokeData.cpp',
'graphics/StrokeData.h',
'graphics/ThreadSafeDataTransport.cpp',

Powered by Google App Engine
This is Rietveld 408576698