Index: webkit/support/webkit_support.h |
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h |
index 50462f2ec11ed58f326a62145436c638c47f32f1..e9a7c59b151ebb344ff58f7c78fa109ca8b029be 100644 |
--- a/webkit/support/webkit_support.h |
+++ b/webkit/support/webkit_support.h |
@@ -18,6 +18,7 @@ class WebApplicationCacheHost; |
class WebApplicationCacheHostClient; |
class WebFileSystemCallbacks; |
class WebFrame; |
+class WebGamepads; |
class WebKitPlatformSupport; |
class WebMediaPlayer; |
class WebMediaPlayerClient; |
@@ -221,6 +222,10 @@ double GetForegroundTabTimerInterval(); |
void EnableWebCoreLogChannels(const std::string& channels); |
+// - Gamepad |
+ |
+void SetGamepadData(const WebKit::WebGamepads& pads); |
+ |
} // namespace webkit_support |
#endif // WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_ |