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

Unified Diff: cc/trees/remote_channel_main.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/remote_channel_main.h ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/remote_channel_main.cc
diff --git a/cc/trees/remote_channel_main.cc b/cc/trees/remote_channel_main.cc
index 92619ba06b763d28d0f87a2a12a95ae233cba648..6d3aa0095a26f9f32c7fc87bb66dc4e77f0d7968 100644
--- a/cc/trees/remote_channel_main.cc
+++ b/cc/trees/remote_channel_main.cc
@@ -63,8 +63,8 @@ void RemoteChannelMain::UpdateTopControlsStateOnImpl(
TopControlsState current,
bool animate) {}
-void RemoteChannelMain::InitializeOutputSurfaceOnImpl(
- OutputSurface* output_surface) {
+void RemoteChannelMain::InitializeCompositorFrameSinkOnImpl(
+ CompositorFrameSink*) {
NOTREACHED() << "Should not be called on the server LayerTreeHost";
}
@@ -99,7 +99,7 @@ void RemoteChannelMain::SetVisibleOnImpl(bool visible) {
NOTIMPLEMENTED() << "Visibility is not controlled by the server";
}
-void RemoteChannelMain::ReleaseOutputSurfaceOnImpl(
+void RemoteChannelMain::ReleaseCompositorFrameSinkOnImpl(
CompletionEvent* completion) {
NOTREACHED() << "Should not be called on the server LayerTreeHost";
completion->Signal();
« no previous file with comments | « cc/trees/remote_channel_main.h ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698