| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 14e72b9e4255e12873797fd2454b4d2b1db47125..fd45991d6e4d0cd4629779e63f942ba21f9c50ab 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;
|
| @@ -101,6 +102,9 @@ public:
|
|
|
| void setWindowFeatures(const WindowFeatures&);
|
|
|
| + // Pass on values for overscroll glow animation on main thread.
|
| + virtual void didOverscroll(const FloatSize&, const FloatSize&, const FloatPoint&, const FloatSize&) = 0;
|
| +
|
| virtual void setToolbarsVisible(bool) = 0;
|
| virtual bool toolbarsVisible() = 0;
|
|
|
|
|