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

Unified Diff: third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp

Issue 2843503002: scheduler: Move WebFrameScheduler and WebScheduler into Blink (Closed)
Patch Set: Build fix Created 3 years, 8 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/core/dom/IdleDeadlineTest.cpp
diff --git a/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp b/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
index 99b516e3ba9d30a4eb0dbd4c54a7e03a7858d1de..d68f3ff8cf8551d2e6b7aad5be9ea0ac3e0ab7f2 100644
--- a/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
+++ b/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
@@ -33,8 +33,10 @@ class MockScheduler final : public WebScheduler {
}
void SuspendTimerQueue() override {}
void ResumeTimerQueue() override {}
- void AddPendingNavigation(WebScheduler::NavigatingFrameType) override {}
- void RemovePendingNavigation(WebScheduler::NavigatingFrameType) override {}
+ void AddPendingNavigation(
+ scheduler::RendererScheduler::NavigatingFrameType) override {}
+ void RemovePendingNavigation(
+ scheduler::RendererScheduler::NavigatingFrameType) override {}
private:
DISALLOW_COPY_AND_ASSIGN(MockScheduler);
« no previous file with comments | « third_party/WebKit/Source/core/dom/IdleDeadline.cpp ('k') | third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698