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

Unified Diff: cc/output/output_surface.h

Issue 16871016: cc: Use BeginFrameArgs (Closed) Base URL: http://git.chromium.org/chromium/src.git@bfargs2
Patch Set: fix some tests; needs rebase; Created 7 years, 6 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.h
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
index 738e650f181bf54534779ddcb85a11daae6180c2..d24462f0dc72b098f1c639af1f748fae1f2af20f 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -169,7 +169,7 @@ class CC_EXPORT OutputSurface : public FrameRateControllerClient {
gfx::Rect viewport);
// virtual for testing.
- virtual base::TimeDelta RetroactiveBeginFramePeriod();
+ virtual base::TimeTicks RetroactiveBeginFrameDeadline();
virtual void PostCheckForRetroactiveBeginFrame();
void CheckForRetroactiveBeginFrame();

Powered by Google App Engine
This is Rietveld 408576698