| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 2b62d20c3b57c7dc894627be655bd44d54397b6c..94afed2eea36a4be97d9baa64310b4dbdb4cc940 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -102,7 +102,7 @@ public:
|
| virtual void animate(double) OVERRIDE;
|
| virtual void layout() OVERRIDE;
|
| virtual void enterForceCompositingMode(bool enable) OVERRIDE;
|
| - virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE;
|
| + virtual void paint(WebCanvas*, const WebRect&) OVERRIDE;
|
| #if OS(ANDROID)
|
| virtual void paintCompositedDeprecated(WebCanvas*, const WebRect&) OVERRIDE;
|
| #endif
|
| @@ -548,7 +548,6 @@ private:
|
|
|
| void setIsAcceleratedCompositingActive(bool);
|
| void doComposite();
|
| - void doPixelReadbackToCanvas(WebCanvas*, const WebCore::IntRect&);
|
| void reallocateRenderer();
|
| void updateLayerTreeViewport();
|
| void updateLayerTreeBackgroundColor();
|
|
|