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

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

Issue 492923002: [Android] Consolidate vsync request logic in RWHVAndroid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup 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: content/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index a8ec18a148ca7fa3ac4a8994ef085d8e1525fa25..2a583b932b0b4d3812fb9f688a688f15c110b05d 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -442,7 +442,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl
void SuppressNextCharEvents();
// Called by RenderWidgetHostView in response to OnSetNeedsFlushInput.
- void FlushInput();
+ void FlushInput(base::TimeTicks flush_time);
// InputRouterClient
virtual void SetNeedsFlush() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698