| Index: android_webview/browser/compositor_frame_consumer.h
|
| diff --git a/android_webview/browser/compositor_frame_consumer.h b/android_webview/browser/compositor_frame_consumer.h
|
| index 8edae0c1bf78aad645a9d21749193dfa7aad7255..23f1668cc24aad15c4d861920ce1a0fd74cb5dd6 100644
|
| --- a/android_webview/browser/compositor_frame_consumer.h
|
| +++ b/android_webview/browser/compositor_frame_consumer.h
|
| @@ -40,10 +40,7 @@ class CompositorFrameConsumer {
|
| virtual void SetCompositorFrameProducer(
|
| CompositorFrameProducer* compositor_frame_producer) = 0;
|
| virtual void SetScrollOffsetOnUI(gfx::Vector2d scroll_offset) = 0;
|
| - virtual void SetFrameOnUI(
|
| - std::unique_ptr<ChildFrame> frame,
|
| - const scoped_refptr<content::SynchronousCompositor::FrameFuture>&
|
| - frame_future) = 0;
|
| + virtual void SetFrameOnUI(std::unique_ptr<ChildFrame> frame);
|
| virtual void InitializeHardwareDrawIfNeededOnUI() = 0;
|
| virtual ParentCompositorDrawConstraints GetParentDrawConstraintsOnUI()
|
| const = 0;
|
|
|