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

Unified Diff: cc/test/fake_external_begin_frame_source.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/surfaces/display_scheduler.cc ('k') | cc/test/scheduler_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_external_begin_frame_source.h
diff --git a/cc/test/fake_external_begin_frame_source.h b/cc/test/fake_external_begin_frame_source.h
index d5b14e7556d3fdb1dd4d7c126c96250019465119..31e1f452e881b7cb4bf359e1f0b527607e980fce 100644
--- a/cc/test/fake_external_begin_frame_source.h
+++ b/cc/test/fake_external_begin_frame_source.h
@@ -11,7 +11,7 @@
namespace cc {
class FakeExternalBeginFrameSource
- : public BeginFrameSourceMixIn,
+ : public BeginFrameSourceBase,
public NON_EXPORTED_BASE(base::NonThreadSafe) {
public:
explicit FakeExternalBeginFrameSource(double refresh_rate);
@@ -22,7 +22,7 @@ class FakeExternalBeginFrameSource
// BeginFrameSource implementation.
void SetClientReady() override;
- // BeginFrameSourceMixIn overrides.
+ // BeginFrameSourceBase overrides.
void OnNeedsBeginFramesChange(bool needs_begin_frames) override;
void TestOnBeginFrame();
« no previous file with comments | « cc/surfaces/display_scheduler.cc ('k') | cc/test/scheduler_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698