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

Unified Diff: cc/output/output_surface_client.h

Issue 286953008: cc: Allow DeferredInitialize to use DelegatingRenderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No call to self constructor in initializer 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/output/output_surface_client.h
diff --git a/cc/output/output_surface_client.h b/cc/output/output_surface_client.h
index c188fe0a85ecc8be707aa4bfd809b777d16fdd5b..9742a6f9734f687d9a84bdc1bb0447b9caa87e3f 100644
--- a/cc/output/output_surface_client.h
+++ b/cc/output/output_surface_client.h
@@ -28,6 +28,7 @@ class CC_EXPORT OutputSurfaceClient {
// the compositor should be able to draw using GL what was previously
// committed.
virtual void DeferredInitialize() = 0;
+ // Must call OutputSurface::ReleaseContextProvider inside this call.
virtual void ReleaseGL() = 0;
virtual void CommitVSyncParameters(base::TimeTicks timebase,
base::TimeDelta interval) = 0;

Powered by Google App Engine
This is Rietveld 408576698