summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/DeviceMotionAndOrientationManager.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-08-03 14:08:14 +0100
committerSteve Block <steveblock@google.com>2012-04-12 16:15:26 +0100
commitf6e5bbe8804f63dfb72c5dce1e225a13b85177a7 (patch)
tree27bfe2146abbb1f5f10bb91f026e8b95ae2d1534 /Source/WebKit/android/jni/DeviceMotionAndOrientationManager.h
parent84b96dda1738f816b0ff021d76a16caa9847ee26 (diff)
downloadexternal_webkit-f6e5bbe8804f63dfb72c5dce1e225a13b85177a7.zip
external_webkit-f6e5bbe8804f63dfb72c5dce1e225a13b85177a7.tar.gz
external_webkit-f6e5bbe8804f63dfb72c5dce1e225a13b85177a7.tar.bz2
Minor clean-up in DeviceOrientation and DeviceMotion
No functional change. See corresponding frameworks/base change https://android-git.corp.google.com/g/#change,125699 Change-Id: Iad7260fd506c13e773ee7a6c2225cbc71e8acdab
Diffstat (limited to 'Source/WebKit/android/jni/DeviceMotionAndOrientationManager.h')
-rw-r--r--Source/WebKit/android/jni/DeviceMotionAndOrientationManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/DeviceMotionAndOrientationManager.h b/Source/WebKit/android/jni/DeviceMotionAndOrientationManager.h
index 44463c1..cc6821d 100644
--- a/Source/WebKit/android/jni/DeviceMotionAndOrientationManager.h
+++ b/Source/WebKit/android/jni/DeviceMotionAndOrientationManager.h
@@ -46,7 +46,7 @@ class DeviceMotionAndOrientationManager {
public:
DeviceMotionAndOrientationManager(WebViewCore*);
- void useMock();
+ void setUseMock();
void setMockMotion(PassRefPtr<WebCore::DeviceMotionData>);
void onMotionChange(PassRefPtr<WebCore::DeviceMotionData>);
void setMockOrientation(PassRefPtr<WebCore::DeviceOrientation>);