| Index: third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| index cec8b43458cdfdbdf305df4c2862584e5f02d336..20c3f9c3907e8cce1954ef212d7b2cb35cb049b3 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
|
| @@ -82,6 +82,7 @@ public:
|
|
|
| void setClient(ImageBufferClient* client) { m_client = client; }
|
|
|
| + static bool canCreateImageBuffer(const IntSize&);
|
| const IntSize& size() const { return m_surface->size(); }
|
| bool isAccelerated() const { return m_surface->isAccelerated(); }
|
| bool isRecording() const { return m_surface->isRecording(); }
|
|
|