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

Unified Diff: cc/trees/layer_tree_host_unittest_remote_server.cc

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/trees/layer_tree_host_unittest_copyrequest.cc ('k') | cc/trees/layer_tree_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_unittest_remote_server.cc
diff --git a/cc/trees/layer_tree_host_unittest_remote_server.cc b/cc/trees/layer_tree_host_unittest_remote_server.cc
index 21058e53f5c0dfae7246a0365605710e95986d1d..3aa30522cd98ca13914fd57d19a4b076f47f1ccf 100644
--- a/cc/trees/layer_tree_host_unittest_remote_server.cc
+++ b/cc/trees/layer_tree_host_unittest_remote_server.cc
@@ -51,9 +51,9 @@ class LayerTreeHostTestRemoteServer : public testing::Test,
const gfx::Vector2dF& elastic_overscroll_delta,
float page_scale,
float top_controls_delta) override {}
- void RequestNewOutputSurface() override { NOTREACHED(); }
- void DidInitializeOutputSurface() override { NOTREACHED(); }
- void DidFailToInitializeOutputSurface() override { NOTREACHED(); }
+ void RequestNewCompositorFrameSink() override { NOTREACHED(); }
+ void DidInitializeCompositorFrameSink() override { NOTREACHED(); }
+ void DidFailToInitializeCompositorFrameSink() override { NOTREACHED(); }
void WillCommit() override {}
void DidCommit() override {}
void DidCommitAndDrawFrame() override {}
« no previous file with comments | « cc/trees/layer_tree_host_unittest_copyrequest.cc ('k') | cc/trees/layer_tree_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698