Index: content/browser/android/synchronous_compositor_host.h |
diff --git a/content/browser/android/synchronous_compositor_host.h b/content/browser/android/synchronous_compositor_host.h |
index 657cf394fcd4a2e6b97d325b1bf92540873ed5b3..9eefaafb25f6626ca62b8463deedb678f8553230 100644 |
--- a/content/browser/android/synchronous_compositor_host.h |
+++ b/content/browser/android/synchronous_compositor_host.h |
@@ -59,7 +59,7 @@ class SynchronousCompositorHost : public SynchronousCompositor { |
const gfx::Size& viewport_size, |
const gfx::Rect& viewport_rect_for_tile_priority, |
const gfx::Transform& transform_for_tile_priority) override; |
- void DemandDrawHwAsync( |
+ scoped_refptr<SynchronousCompositor::FrameFuture> DemandDrawHwAsync( |
const gfx::Size& viewport_size, |
const gfx::Rect& viewport_rect_for_tile_priority, |
const gfx::Transform& transform_for_tile_priority) override; |