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

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

Issue 1244443003: android: Use a hard coded BeginFrame deadline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: 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 47d3a902dc83d1480dc069ac237dd6fdab2fbe74..28de10efc36cdf0f88549f169590656c863c78d4 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -457,8 +457,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl
// subsystem.
int64 GetLatencyComponentId() const;
- base::TimeDelta GetEstimatedBrowserCompositeTime() const;
-
static void CompositorFrameDrawn(
const std::vector<ui::LatencyInfo>& latency_info);

Powered by Google App Engine
This is Rietveld 408576698