summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/mock/DeviceOrientationClientMock.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/mock/DeviceOrientationClientMock.h')
-rw-r--r--WebCore/platform/mock/DeviceOrientationClientMock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/mock/DeviceOrientationClientMock.h b/WebCore/platform/mock/DeviceOrientationClientMock.h
index 6691130..baa4245 100644
--- a/WebCore/platform/mock/DeviceOrientationClientMock.h
+++ b/WebCore/platform/mock/DeviceOrientationClientMock.h
@@ -49,6 +49,7 @@ public:
virtual void startUpdating();
virtual void stopUpdating();
virtual DeviceOrientation* lastOrientation() const { return m_orientation.get(); }
+ virtual void deviceOrientationControllerDestroyed() { }
void setOrientation(PassRefPtr<DeviceOrientation>);