| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 4beacbc9aeda756ed425744e984bd03071443cf2..1236b8b1bfc6988ac6c6ba65c4b11aeebcf1dcfd 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -193,6 +193,8 @@ private:
|
| void unregisterTaskObserver();
|
| void reportSurfaceCreationFailure();
|
|
|
| + void disableAcceleration();
|
| +
|
| // WebThread::TaskOberver implementation
|
| void willProcessTask() override;
|
| void didProcessTask() override;
|
|
|