| Index: Source/platform/graphics/ImageBufferSurface.h
|
| diff --git a/Source/platform/graphics/ImageBufferSurface.h b/Source/platform/graphics/ImageBufferSurface.h
|
| index 1b706510086a7ff3298fc883551c670e99551341..5cb12cd0c9f204863ccdae57c29d7a701032c6fa 100644
|
| --- a/Source/platform/graphics/ImageBufferSurface.h
|
| +++ b/Source/platform/graphics/ImageBufferSurface.h
|
| @@ -52,11 +52,6 @@ class WebLayer;
|
| class FloatRect;
|
| class GraphicsContext;
|
|
|
| -enum OpacityMode {
|
| - NonOpaque,
|
| - Opaque,
|
| -};
|
| -
|
| class PLATFORM_EXPORT ImageBufferSurface {
|
| WTF_MAKE_NONCOPYABLE(ImageBufferSurface); WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
|
|