diff options
Diffstat (limited to 'Source/WebKit/mac/WebView/WebDeviceOrientationInternal.h')
| -rw-r--r-- | Source/WebKit/mac/WebView/WebDeviceOrientationInternal.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/WebKit/mac/WebView/WebDeviceOrientationInternal.h b/Source/WebKit/mac/WebView/WebDeviceOrientationInternal.h index b7c6aa53b..5dedd080c 100644 --- a/Source/WebKit/mac/WebView/WebDeviceOrientationInternal.h +++ b/Source/WebKit/mac/WebView/WebDeviceOrientationInternal.h @@ -25,21 +25,21 @@ #import "WebDeviceOrientation.h" -#import <WebCore/DeviceOrientation.h> +#import <WebCore/DeviceOrientationData.h> #import <wtf/RefPtr.h> @interface WebDeviceOrientationInternal : NSObject { @public - RefPtr<WebCore::DeviceOrientation> m_orientation; + RefPtr<WebCore::DeviceOrientationData> m_orientation; } -- (id)initWithCoreDeviceOrientation:(PassRefPtr<WebCore::DeviceOrientation>)coreDeviceOrientation; +- (id)initWithCoreDeviceOrientation:(PassRefPtr<WebCore::DeviceOrientationData>)coreDeviceOrientation; @end @interface WebDeviceOrientation (Internal) -- (id)initWithCoreDeviceOrientation:(PassRefPtr<WebCore::DeviceOrientation>)coreDeviceOrientation; +- (id)initWithCoreDeviceOrientation:(PassRefPtr<WebCore::DeviceOrientationData>)coreDeviceOrientation; @end -WebCore::DeviceOrientation* core(WebDeviceOrientation*); +WebCore::DeviceOrientationData* core(WebDeviceOrientation*); |
