| 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 2b3ceb72d375811f67a4e74e66ccdb6a2c166786..b944c20afca33461f6bdf30df11b2b42b315d5a2 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -46,7 +46,6 @@
|
| #include "ui/events/latency_info.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| -struct FrameHostMsg_HittestData_Params;
|
| struct ViewHostMsg_SelectionBounds_Params;
|
| struct ViewHostMsg_TextInputState_Params;
|
| struct ViewHostMsg_UpdateRect_Params;
|
| @@ -591,7 +590,6 @@
|
| void OnSelectionBoundsChanged(
|
| const ViewHostMsg_SelectionBounds_Params& params);
|
| void OnForwardCompositorProto(const std::vector<uint8_t>& proto);
|
| - void OnHittestData(const FrameHostMsg_HittestData_Params& params);
|
|
|
| // Called (either immediately or asynchronously) after we're done with our
|
| // BackingStore and can send an ACK to the renderer so it can paint onto it
|
|
|