| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 4e66b82cd5c5a3043ac69c00ea97e79dc281840b..0835beac6c319adf1fbf4f96a94ddc52d7a25fad 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -594,12 +594,13 @@
|
| 'graphics/Image.h',
|
| 'graphics/ImageBuffer.cpp',
|
| 'graphics/ImageBuffer.h',
|
| + 'graphics/ImageBufferClient.h',
|
| + 'graphics/ImageBufferSurface.cpp',
|
| + 'graphics/ImageBufferSurface.h',
|
| 'graphics/ImageDecodingStore.cpp',
|
| 'graphics/ImageDecodingStore.h',
|
| 'graphics/ImageFrameGenerator.cpp',
|
| 'graphics/ImageFrameGenerator.h',
|
| - 'graphics/ImageBufferSurface.cpp',
|
| - 'graphics/ImageBufferSurface.h',
|
| 'graphics/ImageObserver.cpp',
|
| 'graphics/ImageObserver.h',
|
| 'graphics/ImageOrientation.cpp',
|
|
|