| Index: third_party/WebKit/Source/core/page/ChromeClient.h
|
| diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| index 852560796c75005176cb28d51d309feeca564a2d..8389e2d02f4df9fe47848d4f38ea53376d5098ee 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -45,6 +45,7 @@ namespace blink {
|
| class AXObject;
|
| class ColorChooser;
|
| class ColorChooserClient;
|
| +class CompositorProxyClient;
|
| class DateTimeChooser;
|
| class DateTimeChooserClient;
|
| class Element;
|
| @@ -251,6 +252,9 @@ public:
|
| virtual void registerPopupOpeningObserver(PopupOpeningObserver*) = 0;
|
| virtual void unregisterPopupOpeningObserver(PopupOpeningObserver*) = 0;
|
|
|
| + virtual CompositorProxyClient* createCompositorProxyClient() = 0;
|
| + virtual void schedulePostCommitTask(PassOwnPtr<Closure>) { }
|
| +
|
| virtual FloatSize elasticOverscroll() const { return FloatSize(); }
|
|
|
| // Called when observed XHR, fetch, and other fetch request with non-GET
|
|
|