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

Unified Diff: mojo/examples/compositor_app/compositor_host.cc

Issue 256573003: cc: Remove the capability to give up and leave compositing mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « mojo/examples/compositor_app/compositor_host.h ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/compositor_app/compositor_host.cc
diff --git a/mojo/examples/compositor_app/compositor_host.cc b/mojo/examples/compositor_app/compositor_host.cc
index 5a8877bdad768fa5c12d5c09be8b44e2794b4829..87534ed14afb5d973342bb381625e2d1f5dda38b 100644
--- a/mojo/examples/compositor_app/compositor_host.cc
+++ b/mojo/examples/compositor_app/compositor_host.cc
@@ -76,7 +76,8 @@ scoped_ptr<cc::OutputSurface> CompositorHost::CreateOutputSurface(
new cc::OutputSurface(new MojoContextProvider(gl_pipe_.Pass())));
}
-void CompositorHost::DidInitializeOutputSurface(bool success) {}
+void CompositorHost::DidInitializeOutputSurface() {
+}
void CompositorHost::WillCommit() {}
void CompositorHost::DidCommit() {}
« no previous file with comments | « mojo/examples/compositor_app/compositor_host.h ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698