| Index: content/renderer/render_view.h
|
| ===================================================================
|
| --- content/renderer/render_view.h (revision 83338)
|
| +++ content/renderer/render_view.h (working copy)
|
| @@ -800,6 +800,9 @@
|
| void OnSetWebUIProperty(const std::string& name, const std::string& value);
|
| void OnSetEditCommandsForNextKeyEvent(const EditCommands& edit_commands);
|
| void OnSetInitialFocus(bool reverse);
|
| +#if defined(OS_MACOSX)
|
| + void OnSetInLiveResize(bool in_live_resize);
|
| +#endif
|
| void OnScrollFocusedEditableNodeIntoView();
|
| void OnSetPageEncoding(const std::string& encoding_name);
|
| void OnSetRendererPrefs(const RendererPreferences& renderer_prefs);
|
|
|