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

Unified Diff: cc/test/fake_proxy.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/test/fake_output_surface.cc ('k') | cc/test/fake_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_proxy.h
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
index 05baad7603267a4397b9009f3f595e851ae77568..4479136f8ff5f03add5a27a4cd2349b1ae2d8e6e 100644
--- a/cc/test/fake_proxy.h
+++ b/cc/test/fake_proxy.h
@@ -19,8 +19,9 @@ class FakeProxy : public Proxy {
bool IsStarted() const override;
bool CommitToActiveTree() const override;
- void SetOutputSurface(OutputSurface* output_surface) override {}
- void ReleaseOutputSurface() override;
+ void SetCompositorFrameSink(
+ CompositorFrameSink* compositor_frame_sink) override {}
+ void ReleaseCompositorFrameSink() override;
void SetVisible(bool visible) override {}
void SetNeedsAnimate() override {}
void SetNeedsUpdateLayers() override {}
« no previous file with comments | « cc/test/fake_output_surface.cc ('k') | cc/test/fake_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698