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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 2767933002: [cc] Don't send missed BeginFrames with past deadline.
Patch Set: add ExternalBFS tests, don't check in DelayBasedBFS. Created 3 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: content/browser/renderer_host/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 48a67128acc7ba105122f11dabe1f1a5553532fd..69ee4bc33230c4bc6e7bd755d3097f8c84a15b10 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -316,7 +316,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
void ClearBeginFrameRequest(BeginFrameRequestType request);
void StartObservingRootWindow();
void StopObservingRootWindow();
- void SendBeginFrame(cc::BeginFrameArgs args);
+ void SendBeginFrame(const cc::BeginFrameArgs& args);
bool Animate(base::TimeTicks frame_time);
void RequestDisallowInterceptTouchEvent();
« no previous file with comments | « cc/scheduler/delay_based_time_source.h ('k') | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698