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

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

Issue 2812313002: [scheduler] Remove blink::scheduler::TaskQueue from public API. (Closed)
Patch Set: Rebased & addressed skyostil@'s comment 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 8e057f8a5717227335041ddb57cecddd28719e66..4d74cf2c0b35e8693c751d6f1e386855fdfbd633 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