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

Unified Diff: cc/test/scheduler_test_common.h

Issue 1136123009: Remove "mixin" from BeginFrameSource/Observer base classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated comments Created 5 years, 6 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
« no previous file with comments | « cc/test/fake_external_begin_frame_source.h ('k') | cc/test/scheduler_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/scheduler_test_common.h
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
index a2982ee5fdaedb8ea8faafea30765337bfcd202b..803aee815e361225e8e67fc0c8b5365b695f2c33 100644
--- a/cc/test/scheduler_test_common.h
+++ b/cc/test/scheduler_test_common.h
@@ -73,7 +73,7 @@ class TestDelayBasedTimeSource : public DelayBasedTimeSource {
scoped_refptr<TestNowSource> now_src_;
};
-struct FakeBeginFrameSource : public BeginFrameSourceMixIn {
+struct FakeBeginFrameSource : public BeginFrameSourceBase {
bool remaining_frames_ = false;
BeginFrameObserver* GetObserver() { return observer_; }
« no previous file with comments | « cc/test/fake_external_begin_frame_source.h ('k') | cc/test/scheduler_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698