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

Unified Diff: cc/test/fake_channel_impl.h

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: android-vulkan Created 4 years, 3 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/surface_hittest_unittest.cc ('k') | cc/test/fake_compositor_frame_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_channel_impl.h
diff --git a/cc/test/fake_channel_impl.h b/cc/test/fake_channel_impl.h
index e197706456e52ea2f0d53ed006d02e7a7052087b..ba042fe786f53cb9203e3400411dc1486d39e36d 100644
--- a/cc/test/fake_channel_impl.h
+++ b/cc/test/fake_channel_impl.h
@@ -20,9 +20,9 @@ class FakeChannelImpl : public ChannelImpl {
void BeginMainFrameNotExpectedSoon() override {}
void DidCommitAndDrawFrame() override {}
void SetAnimationEvents(std::unique_ptr<AnimationEvents> queue) override;
- void DidLoseOutputSurface() override {}
- void RequestNewOutputSurface() override {}
- void DidInitializeOutputSurface(bool success) override {}
+ void DidLoseCompositorFrameSink() override {}
+ void RequestNewCompositorFrameSink() override {}
+ void DidInitializeCompositorFrameSink(bool success) override {}
void DidCompletePageScaleAnimation() override {}
void BeginMainFrame(std::unique_ptr<BeginMainFrameAndCommitState>
begin_main_frame_state) override {}
« no previous file with comments | « cc/surfaces/surface_hittest_unittest.cc ('k') | cc/test/fake_compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698