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

Unified Diff: content/browser/android/in_process/synchronous_compositor_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/test/scheduler_test_common.cc ('k') | content/renderer/gpu/compositor_external_begin_frame_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/in_process/synchronous_compositor_external_begin_frame_source.h
diff --git a/content/browser/android/in_process/synchronous_compositor_external_begin_frame_source.h b/content/browser/android/in_process/synchronous_compositor_external_begin_frame_source.h
index ee82f70a27c78bae09505ec665d6a0725781bf34..eb7e84b87e645bc28b692db4191654a57d4f32de 100644
--- a/content/browser/android/in_process/synchronous_compositor_external_begin_frame_source.h
+++ b/content/browser/android/in_process/synchronous_compositor_external_begin_frame_source.h
@@ -15,7 +15,7 @@ class SynchronousCompositorImpl;
// Make sure that this is initialized and set to compositor before output
// surface is bound to compositor.
class SynchronousCompositorExternalBeginFrameSource
- : public cc::BeginFrameSourceMixIn {
+ : public cc::BeginFrameSourceBase {
public:
explicit SynchronousCompositorExternalBeginFrameSource(int routing_id);
~SynchronousCompositorExternalBeginFrameSource() override;
@@ -23,7 +23,7 @@ class SynchronousCompositorExternalBeginFrameSource
void BeginFrame(const cc::BeginFrameArgs& args);
void SetCompositor(SynchronousCompositorImpl* compositor);
- // cc::BeginFrameSourceMixIn implementation.
+ // cc::BeginFrameSourceBase implementation.
void OnNeedsBeginFramesChange(bool needs_begin_frames) override;
void SetClientReady() override;
« no previous file with comments | « cc/test/scheduler_test_common.cc ('k') | content/renderer/gpu/compositor_external_begin_frame_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698