summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/DeviceOrientationClientImpl.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-10-05 15:00:26 +0100
committerSteve Block <steveblock@google.com>2010-10-07 11:02:45 +0100
commiteea0127e7a587bbd6825bb2f47e86e70cb0a5be2 (patch)
tree00042ce618802e4f62cf39bfad7322140fff8ebf /WebKit/android/jni/DeviceOrientationClientImpl.h
parentc287263a2fac16a4d759948cf5b41f5d1ae0ddbf (diff)
downloadexternal_webkit-eea0127e7a587bbd6825bb2f47e86e70cb0a5be2.zip
external_webkit-eea0127e7a587bbd6825bb2f47e86e70cb0a5be2.tar.gz
external_webkit-eea0127e7a587bbd6825bb2f47e86e70cb0a5be2.tar.bz2
Merge WebKit at r68651 : Implement controller destroyed callbacks for DeviceOrientation and DeviceMotion
See http://trac.webkit.org/changeset/67949 Change-Id: Ide94a861a7468d4eef3a238696aad754c8924aed
Diffstat (limited to 'WebKit/android/jni/DeviceOrientationClientImpl.h')
-rw-r--r--WebKit/android/jni/DeviceOrientationClientImpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/android/jni/DeviceOrientationClientImpl.h b/WebKit/android/jni/DeviceOrientationClientImpl.h
index 8514a6b..a9a1d01 100644
--- a/WebKit/android/jni/DeviceOrientationClientImpl.h
+++ b/WebKit/android/jni/DeviceOrientationClientImpl.h
@@ -52,6 +52,7 @@ public:
virtual void stopUpdating();
virtual DeviceOrientation* lastOrientation() const { return m_lastOrientation.get(); }
virtual void setController(DeviceOrientationController* controller) { m_controller = controller; }
+ virtual void deviceOrientationControllerDestroyed() { }
protected:
virtual ~DeviceOrientationClientImpl();