Update Chrome code to use new WebScreenOrientation types.
commitac3f3fa3247c790a8547d05aa04b83cd4a5690a6
authormlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 16 Apr 2014 07:23:19 +0000 (16 07:23 +0000)
committermlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 16 Apr 2014 07:23:19 +0000 (16 07:23 +0000)
tree744287185ee969fa91f1925f8033c215a20ca1be
parent3ced8331ccc9da460ea602d3594798753ade1a28
Update Chrome code to use new WebScreenOrientation types.

BUG=162827

Review URL: https://codereview.chromium.org/235893009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264148 0039d316-1c4b-4281-b951-d872f2087c98
25 files changed:
content/browser/DEPS
content/browser/android/content_view_core_impl.cc
content/browser/screen_orientation/screen_orientation_dispatcher_host.cc
content/browser/screen_orientation/screen_orientation_dispatcher_host.h
content/browser/screen_orientation/screen_orientation_dispatcher_host_unittest.cc
content/browser/screen_orientation/screen_orientation_provider.h
content/browser/screen_orientation/screen_orientation_provider_android.cc
content/browser/screen_orientation/screen_orientation_provider_android.h
content/common/DEPS
content/common/screen_orientation_messages.h
content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProvider.java
content/public/android/javatests/src/org/chromium/content/browser/ScreenOrientationProviderTest.java
content/public/common/assert_matching_enums.cc
content/public/common/screen_orientation_values_list.h
content/public/test/layouttest_support.h
content/renderer/renderer_webkitplatformsupport_impl.cc
content/renderer/renderer_webkitplatformsupport_impl.h
content/renderer/screen_orientation/screen_orientation_dispatcher.cc
content/renderer/screen_orientation/screen_orientation_dispatcher.h
content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc
content/shell/renderer/test_runner/WebTestDelegate.h
content/shell/renderer/test_runner/test_runner.cc
content/shell/renderer/webkit_test_runner.cc
content/shell/renderer/webkit_test_runner.h
content/test/layouttest_support.cc