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

Unified Diff: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h

Issue 2812313002: [scheduler] Remove blink::scheduler::TaskQueue from public API. (Closed)
Patch Set: 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/platform/testing/TestingPlatformSupport.h
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
index 5b5d1edb2427dd5181886adc2caa9f0b83e1043a..a8b1ec76efdc098beb3528947bdd61b9f8939181 100644
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
@@ -59,7 +59,6 @@ class WebCompositorSupportImpl;
namespace blink {
namespace scheduler {
-class RendererScheduler;
class RendererSchedulerImpl;
}
class WebCompositorSupport;
@@ -161,7 +160,7 @@ class TestingPlatformSupportWithMockScheduler : public TestingPlatformSupport {
// Advances |m_clock| by |seconds|.
void AdvanceClockSeconds(double seconds);
- scheduler::RendererScheduler* GetRendererScheduler() const;
+ scheduler::RendererSchedulerImpl* GetRendererScheduler() const;
// Controls the behavior of |m_mockTaskRunner| if true, then |m_clock| will
// be advanced to the next timer when there's no more immediate work to do.

Powered by Google App Engine
This is Rietveld 408576698