| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 6db798330fe532f660984b82be14d23d9b7f28ad..125ceebd22bdd7657a4213538b85cda00f03a553 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -50,6 +50,7 @@ class DateTimeChooserClient;
|
| class Element;
|
| class FileChooser;
|
| class Frame;
|
| +class FloatPoint;
|
| class GraphicsContext;
|
| class GraphicsLayer;
|
| class GraphicsLayerFactory;
|
| @@ -102,6 +103,8 @@ public:
|
|
|
| void setWindowFeatures(const WindowFeatures&);
|
|
|
| + virtual void didOverscroll(const FloatSize&, const FloatSize&, const FloatPoint&, const FloatSize&) = 0;
|
| +
|
| virtual void setToolbarsVisible(bool) = 0;
|
| virtual bool toolbarsVisible() = 0;
|
|
|
|
|