commit | 77829641e3f6833dfd2a91f546c036613e29d8fc | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue May 15 14:47:17 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue May 15 14:47:17 2012 |
tree | 2963dfe2b36a022356b3fea589df801d3522d38a | |
parent | 7dd595cc158c8caa9f39a34e9ac4c0ab8fac770f [diff] [blame] |
Exposes OrientationChangeEvent. Depends on https://bugs.webkit.org/show_bug.cgi?id=85976. This is used by chrome on android. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10388045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137123 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h index 54945e2..64085806 100644 --- a/content/renderer/render_view_impl.h +++ b/content/renderer/render_view_impl.h
@@ -867,6 +867,10 @@ const FilePath& local_directory_name); void OnMediaPlayerActionAt(const gfx::Point& location, const WebKit::WebMediaPlayerAction& action); + + // Screen has rotated. 0 = default (portrait), 90 = one turn right, and so on. + void OnOrientationChangeEvent(int orientation); + void OnPluginActionAt(const gfx::Point& location, const WebKit::WebPluginAction& action); void OnMoveOrResizeStarted();