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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1290983003: SkImage-only bitmap patterns (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: drop non-repeat optimization Created 5 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 c9ac258406bae9a9cfc7cd1f5b138502a08eaf12..8ad40ad70635a0d40cbe7e65b9b8df73689e4429 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -474,10 +474,6 @@
'geometry/mac/IntSizeMac.mm',
'graphics/BitmapImage.cpp',
'graphics/BitmapImage.h',
- 'graphics/BitmapPattern.cpp',
- 'graphics/BitmapPattern.h',
- 'graphics/BitmapPatternBase.cpp',
- 'graphics/BitmapPatternBase.h',
'graphics/Canvas2DImageBufferSurface.h',
'graphics/Canvas2DLayerBridge.cpp',
'graphics/Canvas2DLayerBridge.h',
@@ -544,6 +540,8 @@
'graphics/ImageObserver.h',
'graphics/ImageOrientation.cpp',
'graphics/ImageOrientation.h',
+ 'graphics/ImagePattern.cpp',
+ 'graphics/ImagePattern.h',
'graphics/ImageSource.cpp',
'graphics/ImageSource.h',
'graphics/InterceptingCanvas.cpp',
@@ -567,8 +565,6 @@
'graphics/ReplayingCanvas.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