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 c8dfebd785015286a412da3cc3a6dd3a8050dbef..e636ac59f39d721523e0e22ef4e49a4d043a4bce 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -445,6 +445,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; } |
@@ -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(); |