| 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 0ba1285a88569ec4d77aafd675ef5b4ac8fe6395..0a4887121bbe508bdaac3534e2df18cea8038505 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -110,7 +110,8 @@ class PLATFORM_EXPORT Canvas2DLayerBridge
|
| bool lostResource);
|
|
|
| // ImageBufferSurface implementation
|
| - void finalizeFrame(const FloatRect& dirtyRect);
|
| + void finalizeFrame();
|
| + void doPaintInvalidation(const FloatRect& dirtyRect);
|
| void willWritePixels();
|
| void willOverwriteAllPixels();
|
| void willOverwriteCanvas();
|
| @@ -131,7 +132,6 @@ class PLATFORM_EXPORT Canvas2DLayerBridge
|
| int y);
|
| void flush();
|
| void flushGpu();
|
| - void prepareSurfaceForPaintingIfNeeded();
|
| bool isHidden() { return m_isHidden; }
|
| OpacityMode opacityMode() { return m_opacityMode; }
|
| void dontUseIdleSchedulingForTesting() {
|
|
|