| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index 2021572f257ee9be772e7733f8a458aaebbf88f0..4ddfd3c3a5efa241b8d0d89ef65da4f29eeb6f93 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -259,9 +259,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| // Get the screen info corresponding to this render widget.
|
| virtual void GetScreenInfo(ScreenInfo* result) = 0;
|
|
|
| - // Sends a compositor proto to the render widget.
|
| - virtual void HandleCompositorProto(const std::vector<uint8_t>& proto) = 0;
|
| -
|
| // Drag-and-drop drop target messages that get sent to Blink.
|
| virtual void DragTargetDragEnter(
|
| const DropData& drop_data,
|
|
|