Chromium Code Reviews| Index: Source/core/page/ChromeClient.h |
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
| index 50a9e46abeb8f1e526066941e640796017803121..01dadd441a48ba365b070b441b274b6c52d4af36 100644 |
| --- a/Source/core/page/ChromeClient.h |
| +++ b/Source/core/page/ChromeClient.h |
| @@ -64,6 +64,7 @@ class Node; |
| class Page; |
| class PopupOpeningObserver; |
| class WebCompositorAnimationTimeline; |
| +class WebPageImportanceSignals; |
|
tyoshino (SeeGerritForStatus)
2015/09/24 08:14:11
remove
kouhei (in TOK)
2015/09/25 03:22:00
Done.
|
| struct CompositedSelection; |
| struct DateTimeChooserParameters; |
| @@ -251,6 +252,8 @@ public: |
| virtual FloatSize elasticOverscroll() const { return FloatSize(); } |
| + virtual void observedNonGetFetchFromScript() const { } |
|
tyoshino (SeeGerritForStatus)
2015/09/24 08:14:11
write a note to say that this doesn't capture all
kouhei (in TOK)
2015/09/25 03:22:00
Done.
|
| + |
| protected: |
| ~ChromeClient() override { } |