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

Unified Diff: cc/output/output_surface.h

Issue 781683005: Ozone: Avoid blocking in Swapbuffer Call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unintended changes. Created 6 years 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.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index 04bd4a336bec02a068c91da89ef8eef57281e283..87209ba56ba4da6a64b04c49b79413804aa73f86 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -120,6 +120,7 @@ class CC_EXPORT OutputSurface {
// DidSwapBuffersComplete().
virtual void SwapBuffers(CompositorFrame* frame) = 0;
virtual void OnSwapBuffersComplete();
+ virtual void OnPageFlipComplete();
brianderson 2014/12/10 22:48:05 Does this need to be exposed for all OutputSurface
kalyank 2014/12/11 12:55:58 Not needed, removed.
// Notifies frame-rate smoothness preference. If true, all non-critical
// processing should be stopped, or lowered in priority.

Powered by Google App Engine
This is Rietveld 408576698