| 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 18b7651a30dff091144898dfef8d02ec4a14b5e1..8c17eef9be6970a9fd9b47198fb2d10594983947 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -645,6 +645,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
|
| 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);
|
| void OnStartDragging(const DropData& drop_data,
|
| blink::WebDragOperationsMask operations_allowed,
|
| const SkBitmap& bitmap,
|
|
|