| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 28235)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -609,9 +609,8 @@
|
| void OnEnableViewSourceMode();
|
| void OnEnableIntrinsicWidthChangedMode();
|
| void OnSetRendererPrefs(const RendererPreferences& renderer_prefs);
|
| - void OnMediaPlayerActionAt(int x,
|
| - int y,
|
| - const MediaPlayerAction& action);
|
| + void OnMediaPlayerActionAt(const gfx::Point& location,
|
| + const WebKit::WebMediaPlayerAction& action);
|
| void OnNotifyRendererViewType(ViewType::Type view_type);
|
| void OnUpdateBrowserWindowId(int window_id);
|
| void OnExecuteCode(int request_id,
|
|
|