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

Unified Diff: cc/output_surface_client.h

Issue 12545018: Move context-related callbacks into OutputSurface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 9 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_surface_client.h
diff --git a/cc/output_surface_client.h b/cc/output_surface_client.h
index 2c073b4f750d5815610cb8aeb857f8a898866e30..20eb089057badf496d168351c95e83c43b29f980 100644
--- a/cc/output_surface_client.h
+++ b/cc/output_surface_client.h
@@ -17,6 +17,8 @@ class CC_EXPORT OutputSurfaceClient {
virtual void OnVSyncParametersChanged(base::TimeTicks timebase,
base::TimeDelta interval) = 0;
virtual void OnSendFrameToParentCompositorAck(const CompositorFrameAck&) = 0;
+ virtual void OnSwapBuffersComplete() = 0;
piman 2013/03/08 05:11:56 Does it make any sense to merge this with OnSendFr
+ virtual void DidLoseOutputSurface() = 0;
protected:
virtual ~OutputSurfaceClient() {}
« cc/output_surface.h ('K') | « cc/output_surface.cc ('k') | cc/renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698