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 9a05567768d68e3d8aa8039c70f6c59c500c2405..6c139a7682541d52a77e851d2a009bfa91fef593 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_android.h |
+++ b/content/browser/renderer_host/render_widget_host_view_android.h |
@@ -270,10 +270,12 @@ class RenderWidgetHostViewAndroid |
// of the copy. |
static void PrepareTextureCopyOutputResult( |
const gfx::Size& dst_size_in_pixel, |
+ const base::TimeTicks& start_time, |
const base::Callback<void(bool, const SkBitmap&)>& callback, |
scoped_ptr<cc::CopyOutputResult> result); |
static void PrepareBitmapCopyOutputResult( |
const gfx::Size& dst_size_in_pixel, |
+ const base::TimeTicks& start_time, |
const base::Callback<void(bool, const SkBitmap&)>& callback, |
scoped_ptr<cc::CopyOutputResult> result); |