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

Unified Diff: cc/trees/single_thread_proxy.h

Issue 429743003: Rename Animate as Begin(Main)Frame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. Created 6 years, 4 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/trees/single_thread_proxy.h
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
index d06c54b4d6c9b20be7897680e8c4fbf7488dca49..b3a55b40d07568d0ca19aac90cdef0af65f0c185 100644
--- a/cc/trees/single_thread_proxy.h
+++ b/cc/trees/single_thread_proxy.h
@@ -121,7 +121,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
void BeginMainFrame();
void BeginMainFrameAbortedOnImplThread();
- void DoCommit(base::TimeTicks frame_begin_time);
+ void DoCommit(const BeginFrameArgs& begin_frame_args);
DrawResult DoComposite(base::TimeTicks frame_begin_time,
LayerTreeHostImpl::FrameData* frame);
void DoSwap();

Powered by Google App Engine
This is Rietveld 408576698