| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 1bac85bcfcf5925055e4495aa93994423824b2cc..7b579816293d9acfd6ef11342aa050b9e9c02031 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -213,6 +213,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const CustomContextMenuContext& context) OVERRIDE;
|
| virtual void NotifyMoveOrResizeStarted() OVERRIDE;
|
| virtual void ReloadFrame() OVERRIDE;
|
| + virtual void SendOrientationChangeEvent(int orientation) OVERRIDE;
|
| virtual void SetAltErrorPageURL(const GURL& url) OVERRIDE;
|
| virtual void SetWebUIProperty(const std::string& name,
|
| const std::string& value) OVERRIDE;
|
|
|