| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index f14b29f7bba9fecf1143d1d744b59e9a7b04948d..d53ebf4fc82bcec29089c77f6369d02a2a742dad 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -63,6 +63,7 @@ class Node;
|
| class Page;
|
| class PopupOpeningObserver;
|
| class WebCompositorAnimationTimeline;
|
| +class WebPageImportanceSignals;
|
|
|
| struct CompositedSelection;
|
| struct DateTimeChooserParameters;
|
| @@ -247,6 +248,8 @@ public:
|
|
|
| virtual FloatSize elasticOverscroll() const { return FloatSize(); }
|
|
|
| + virtual void observedNonGetXHR() const { }
|
| +
|
| protected:
|
| ~ChromeClient() override { }
|
|
|
|
|