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

Unified Diff: cc/trees/proxy.h

Issue 606113003: Revert of Make cc output surface creation async (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/occlusion_tracker_unittest.cc ('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/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index feeab43b507603a43c8bf66d3338cb4685cb0c90..8d72728cfe07bd5cc2820f2a0e91bfcfb6c41c5e 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -56,10 +56,6 @@
virtual void FinishAllRendering() = 0;
virtual bool IsStarted() const = 0;
-
- // Will call LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted
- // with the result of this function.
- virtual void SetOutputSurface(scoped_ptr<OutputSurface> output_surface) = 0;
// Indicates that the compositing surface associated with our context is
// ready to use.
« no previous file with comments | « cc/trees/occlusion_tracker_unittest.cc ('k') | cc/trees/single_thread_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698