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

Unified Diff: cc/trees/proxy.h

Issue 1336733002: Re-land: cc: Implement shared worker contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove bad ChildProcess::current() call Created 5 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
Index: cc/trees/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 57efe3f4c1c608e3093c2014dc650cff0a3e440b..013d70928ff41d9a059b5fb091155ee813cf52ba 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -60,7 +60,7 @@ class CC_EXPORT Proxy {
// Will call LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted
// with the result of this function.
- virtual void SetOutputSurface(scoped_ptr<OutputSurface> output_surface) = 0;
+ virtual void SetOutputSurface(OutputSurface* output_surface) = 0;
// Indicates that the compositing surface associated with our context is
// ready to use.

Powered by Google App Engine
This is Rietveld 408576698