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

Unified Diff: cc/test/scheduler_test_common.cc

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
Index: cc/test/scheduler_test_common.cc
diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
index 7f730debe117fdd16036c31bab0892f5f1a68395..35b4204140882baf594e541f2eeb7e3d9aba12b8 100644
--- a/cc/test/scheduler_test_common.cc
+++ b/cc/test/scheduler_test_common.cc
@@ -40,7 +40,7 @@ void FakeBeginFrameSource::DidFinishFrame(size_t remaining_frames) {
void FakeBeginFrameSource::AsValueInto(
base::trace_event::TracedValue* dict) const {
dict->SetString("type", "FakeBeginFrameSource");
- BeginFrameSourceMixIn::AsValueInto(dict);
+ BeginFrameSourceBase::AsValueInto(dict);
}
TestBackToBackBeginFrameSource::TestBackToBackBeginFrameSource(

Powered by Google App Engine
This is Rietveld 408576698