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

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: Fixed all existing tests! New tests pending... Created 7 years, 5 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 4489c1077442c25e55ef00d7d846f8656333d707..c9edd6508a91a2f98807f9fa610fa862e35b492a 100644
--- a/cc/output/output_surface.h
+++ b/cc/output/output_surface.h
@@ -171,7 +171,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