| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_impl.h (revision 221161)
|
| +++ content/browser/renderer_host/render_widget_host_impl.h (working copy)
|
| @@ -655,6 +655,7 @@
|
| void OnUpdateIsDelayed();
|
| void OnBeginSmoothScroll(
|
| const ViewHostMsg_BeginSmoothScroll_Params& params);
|
| + void OnEmulateDevice(bool enabled);
|
| virtual void OnFocus();
|
| virtual void OnBlur();
|
| void OnSetCursor(const WebCursor& cursor);
|
|
|