| Index: webkit/support/webkit_support.h
|
| diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
|
| index 5311aaacda2b6c39d7a0ed9da68c8e04bad05077..265b1b9136b789d04b34cba7f521cfbc4f506188 100644
|
| --- a/webkit/support/webkit_support.h
|
| +++ b/webkit/support/webkit_support.h
|
| @@ -302,6 +302,10 @@ void EnableWebCoreLogChannels(const std::string& channels);
|
|
|
| void SetGamepadData(const WebKit::WebGamepads& pads);
|
|
|
| +// - Device Motion
|
| +
|
| +void SetDeviceMotionListener(WebKit::WebDeviceMotionListener* listener);
|
| +
|
| } // namespace webkit_support
|
|
|
| #endif // WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
|
|
|