| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 223d498d28bb00965e7b8066c67adcf59cbe7809..6c11ce01dc696d623f53081eab0ae434b885452a 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -526,10 +526,14 @@
|
| 'graphics/filters/custom/FECustomFilter.h',
|
| 'graphics/filters/custom/ValidatedCustomFilterOperation.cpp',
|
| 'graphics/filters/custom/ValidatedCustomFilterOperation.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',
|
| @@ -545,6 +549,7 @@
|
| 'graphics/win/TransparencyWin.h',
|
| 'graphics/BitmapImage.cpp',
|
| 'graphics/BitmapImage.h',
|
| + 'graphics/Canvas2DImageBufferSurface.h',
|
| 'graphics/Canvas2DLayerBridge.cpp',
|
| 'graphics/Canvas2DLayerBridge.h',
|
| 'graphics/Canvas2DLayerManager.cpp',
|
| @@ -598,6 +603,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',
|
| @@ -620,6 +627,8 @@
|
| 'graphics/StrokeData.h',
|
| 'graphics/ThreadSafeDataTransport.cpp',
|
| 'graphics/ThreadSafeDataTransport.h',
|
| + 'graphics/UnacceleratedImageBufferSurface.cpp',
|
| + 'graphics/UnacceleratedImageBufferSurface.h',
|
| 'graphics/WindRule.h',
|
| 'image-decoders/ImageDecoder.cpp',
|
| 'image-decoders/ImageDecoder.h',
|
|
|