| Index: sky/engine/core/page/ChromeClient.h
|
| diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
|
| index b9fec1c503d7e89842079a8f143c8a431ee8b4f9..14d1fd0f562eff1c10bf28f73cf5f80c859fba92 100644
|
| --- a/sky/engine/core/page/ChromeClient.h
|
| +++ b/sky/engine/core/page/ChromeClient.h
|
| @@ -99,8 +99,6 @@ public:
|
|
|
| virtual void setToolTip(const String&, TextDirection) = 0;
|
|
|
| - virtual bool paintCustomOverhangArea(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&) = 0;
|
| -
|
| // Allows ports to customize the type of graphics layers created by this page.
|
| virtual GraphicsLayerFactory* graphicsLayerFactory() const { return 0; }
|
|
|
|
|