| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 209f4e2696586fc715155d3ca28d56a8049f372c..6cfa048a782361068c85b95edc2b7099ede399c2 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -101,7 +101,6 @@ public:
|
| virtual void didExitFullScreen() OVERRIDE;
|
| virtual void animate(double) OVERRIDE;
|
| virtual void layout() OVERRIDE;
|
| - virtual void enterForceCompositingMode(bool enable) OVERRIDE;
|
| virtual void paint(WebCanvas*, const WebRect&) OVERRIDE;
|
| #if OS(ANDROID)
|
| virtual void paintCompositedDeprecated(WebCanvas*, const WebRect&) OVERRIDE;
|
|
|