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

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: fix typo in last patch 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 d403ae0eb6da1ebce0df41dc64215daa9a252376..6707aa96bb524f6f175ef9d5277465b48a1d8aff 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