diff options
| author | Steve Block <steveblock@google.com> | 2010-10-18 10:40:42 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-18 10:40:42 -0700 |
| commit | 456bc40a2584f222aecc5331f26ae5ce7a9fc8aa (patch) | |
| tree | 34c700978a109e3716afc91aad7ab5a213fe0f4d /WebKit/android/jni/DeviceOrientationClientImpl.h | |
| parent | 21e501a7c1f2756aafb4a0ce635cc3da3e668b48 (diff) | |
| parent | ce9059cc142923289338127a469177d2eb57579f (diff) | |
| download | external_webkit-456bc40a2584f222aecc5331f26ae5ce7a9fc8aa.zip external_webkit-456bc40a2584f222aecc5331f26ae5ce7a9fc8aa.tar.gz external_webkit-456bc40a2584f222aecc5331f26ae5ce7a9fc8aa.tar.bz2 | |
Merge "Rename DeviceOrientationManager to DeviceMotionAndOrientationManager"
Diffstat (limited to 'WebKit/android/jni/DeviceOrientationClientImpl.h')
| -rw-r--r-- | WebKit/android/jni/DeviceOrientationClientImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/DeviceOrientationClientImpl.h b/WebKit/android/jni/DeviceOrientationClientImpl.h index a9a1d01..ba86083 100644 --- a/WebKit/android/jni/DeviceOrientationClientImpl.h +++ b/WebKit/android/jni/DeviceOrientationClientImpl.h @@ -36,7 +36,7 @@ using namespace WebCore; namespace android { -class DeviceOrientationManager; +class DeviceMotionAndOrientationManager; class WebViewCore; class DeviceOrientationClientImpl : public DeviceOrientationClient { |
