Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1343)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 1646583002: [Reland] Per WebViewScheduler virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698