| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 7c6dd554ae207d3f9ab6cb7176712db3f8d69930..10e289a8702ede39b7eacd15e47db4ab323c7fa0 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -597,6 +597,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| void OnExecuteEditCommand(const std::string& name, const std::string& value);
|
| void OnMoveCaret(const gfx::Point& point);
|
| void OnScrollFocusedEditableNodeIntoRect(const gfx::Rect& rect);
|
| + void OnSmoothScroll(int target_x, int target_y, long duration_ms);
|
| void OnSetEditCommandsForNextKeyEvent(const EditCommands& edit_commands);
|
| void OnAllowBindings(int enabled_bindings_flags);
|
| void OnAllowScriptToClose(bool script_can_close);
|
|
|