| Index: third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
|
| diff --git a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
|
| index c303aaed41b88b7aab5ce44adcbbfd909c34d234..daed80bf5373099eb07835f69930683af230b787 100644
|
| --- a/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
|
| +++ b/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
|
| @@ -69,6 +69,7 @@ public:
|
| bool isOffscreenCanvas() const final { return true; }
|
| FloatSize elementSize(const FloatSize& defaultObjectSize) const final { return FloatSize(width(), height()); }
|
| bool isOpaque() const final;
|
| + bool isAccelerated() const final;
|
| int sourceWidth() final { return width(); }
|
| int sourceHeight() final { return height(); }
|
|
|
|
|