summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/DeviceOrientationClientImpl.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-10-15 12:30:04 +0100
committerSteve Block <steveblock@google.com>2010-10-15 17:07:51 +0100
commitce9059cc142923289338127a469177d2eb57579f (patch)
tree47eb878c70e78060054f8e7db3ca51a4fd28455b /WebKit/android/jni/DeviceOrientationClientImpl.h
parentc5e3c39f9443b87adf41917764e730a93937e2ef (diff)
downloadexternal_webkit-ce9059cc142923289338127a469177d2eb57579f.zip
external_webkit-ce9059cc142923289338127a469177d2eb57579f.tar.gz
external_webkit-ce9059cc142923289338127a469177d2eb57579f.tar.bz2
Rename DeviceOrientationManager to DeviceMotionAndOrientationManager
Requires a corresponding change in frameworks/base ... https://android-git.corp.google.com/g/74335 Change-Id: I8158a8a65e83fa1d0a80233250921dae2c2b4d76
Diffstat (limited to 'WebKit/android/jni/DeviceOrientationClientImpl.h')
-rw-r--r--WebKit/android/jni/DeviceOrientationClientImpl.h2
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 {