| 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 1011c3510eed01517a4c9c52119e17c430649f5a..5cc1300dd9178369a6ade510792cf69e7a8e486a 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -174,7 +174,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| void RemoveInputEventObserver(
|
| RenderWidgetHost::InputEventObserver* observer) override;
|
| void GetScreenInfo(content::ScreenInfo* result) override;
|
| - void HandleCompositorProto(const std::vector<uint8_t>& proto) override;
|
| // |drop_data| must have been filtered. The embedder should call
|
| // FilterDropData before passing the drop data to RWHI.
|
| void DragTargetDragEnter(const DropData& drop_data,
|
| @@ -644,7 +643,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| const cc::SharedBitmapId& id);
|
| void OnSelectionBoundsChanged(
|
| const ViewHostMsg_SelectionBounds_Params& params);
|
| - void OnForwardCompositorProto(const std::vector<uint8_t>& proto);
|
| void OnSetNeedsBeginFrames(bool needs_begin_frames);
|
| void OnHittestData(const FrameHostMsg_HittestData_Params& params);
|
| void OnFocusedNodeTouched(bool editable);
|
|
|