| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index b764a29a52a4e26d781fb928d3ad2bd99ab03440..cea4521ef0a3d02862da63a02604619205f21c9d 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -589,12 +589,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',
|
|
|