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

Unified Diff: cc/trees/proxy.h

Issue 286293002: cc: Remove CreateAndInitializeOutputSurface from the Proxy interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: createandinitos: Created 6 years, 7 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 bd2ccfe3f48c4ff476e2179a9f607a87ef5b9495..af7a9267711ace51b0396de7f786f11dd579df39 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -57,11 +57,6 @@ class CC_EXPORT Proxy {
virtual void SetVisible(bool visible) = 0;
- // Attempts to recreate the context and renderer synchronously after the
- // output surface is lost. Calls
- // LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted with the result.
- virtual void CreateAndInitializeOutputSurface() = 0;
-
virtual const RendererCapabilities& GetRendererCapabilities() const = 0;
virtual void SetNeedsAnimate() = 0;

Powered by Google App Engine
This is Rietveld 408576698