Chromium Code Reviews| 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', |