| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 7d95760bdfec087432c6822112418be173a409c0..9858b0af43f68a4a574ad408f100b7ed12a97359 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -446,6 +446,7 @@ public:
|
| void detachCompositorAnimationTimeline(CompositorAnimationTimeline*);
|
| CompositorAnimationTimeline* linkHighlightsTimeline() const { return m_linkHighlightsTimeline.get(); }
|
|
|
| + WebViewScheduler* scheduler() const override;
|
| void setVisibilityState(WebPageVisibilityState, bool) override;
|
|
|
| bool hasOpenedPopup() const { return m_pagePopup; }
|
| @@ -525,8 +526,6 @@ public:
|
|
|
| FloatSize elasticOverscroll() const { return m_elasticOverscroll; }
|
|
|
| - WebViewScheduler* scheduler() const { return m_scheduler.get(); }
|
| -
|
| // Attaches the PaintArtifactCompositor's tree to this WebView's layer tree
|
| // view.
|
| void attachPaintArtifactCompositor();
|
|
|