| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index a96f19da9ca75e240041c4a66ca1ba0e2807e4fc..63f7532a63b3cba20e96fb9b69116af0a3b2995f 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -455,10 +455,14 @@
|
| 'graphics/filters/custom/CustomFilterProgramInfo.h',
|
| 'graphics/filters/custom/CustomFilterTransformParameter.cpp',
|
| 'graphics/filters/custom/CustomFilterTransformParameter.h',
|
| + 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
|
| + 'graphics/gpu/AcceleratedImageBufferSurface.h',
|
| 'graphics/gpu/DrawingBuffer.cpp',
|
| 'graphics/gpu/DrawingBuffer.h',
|
| 'graphics/gpu/SharedGraphicsContext3D.cpp',
|
| 'graphics/gpu/SharedGraphicsContext3D.h',
|
| + 'graphics/gpu/WebGLImageBufferSurface.cpp',
|
| + 'graphics/gpu/WebGLImageBufferSurface.h',
|
| 'graphics/media/MediaPlayer.cpp',
|
| 'graphics/media/MediaPlayer.h',
|
| 'graphics/skia/GaneshUtils.cpp',
|
| @@ -472,6 +476,7 @@
|
| 'graphics/skia/SkiaUtils.h',
|
| 'graphics/BitmapImage.cpp',
|
| 'graphics/BitmapImage.h',
|
| + 'graphics/Canvas2DImageBufferSurface.h',
|
| 'graphics/Canvas2DLayerBridge.cpp',
|
| 'graphics/Canvas2DLayerBridge.h',
|
| 'graphics/Canvas2DLayerManager.cpp',
|
| @@ -517,6 +522,8 @@
|
| 'graphics/ImageDecodingStore.h',
|
| 'graphics/ImageFrameGenerator.cpp',
|
| 'graphics/ImageFrameGenerator.h',
|
| + 'graphics/ImageBufferSurface.cpp',
|
| + 'graphics/ImageBufferSurface.h',
|
| 'graphics/ImageObserver.cpp',
|
| 'graphics/ImageObserver.h',
|
| 'graphics/ImageOrientation.cpp',
|
| @@ -542,6 +549,8 @@
|
| 'graphics/TextRunIterator.h',
|
| 'graphics/ThreadSafeDataTransport.cpp',
|
| 'graphics/ThreadSafeDataTransport.h',
|
| + 'graphics/UnacceleratedImageBufferSurface.cpp',
|
| + 'graphics/UnacceleratedImageBufferSurface.h',
|
| 'graphics/WindRule.h',
|
| 'image-decoders/ImageDecoder.cpp',
|
| 'image-decoders/ImageDecoder.h',
|
|
|