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 9ee661331aaccfb70c79d3355e6beb796ccbc5b6..af900d368e1d675138825782044fc0644b415de3 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -445,6 +445,7 @@ public: |
void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*); |
WebCompositorAnimationTimeline* linkHighlightsTimeline() const { return m_linkHighlightsTimeline.get(); } |
+ WebViewScheduler* scheduler() const override; |
void setVisibilityState(WebPageVisibilityState, bool) override; |
bool hasOpenedPopup() const { return m_pagePopup; } |
@@ -524,8 +525,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(); |