Index: Tools/DumpRenderTree/chromium/WebViewHost.cpp |
diff --git a/Tools/DumpRenderTree/chromium/WebViewHost.cpp b/Tools/DumpRenderTree/chromium/WebViewHost.cpp |
index 7cc1ab56e578c7e37f7946debf1d2b1c810f34af..06acc126a023622266066428bfbb5e23fbcb9159 100644 |
--- a/Tools/DumpRenderTree/chromium/WebViewHost.cpp |
+++ b/Tools/DumpRenderTree/chromium/WebViewHost.cpp |
@@ -534,6 +534,12 @@ void WebViewHost::setGamepadData(const WebGamepads& pads) |
webkit_support::SetGamepadData(pads); |
} |
+void WebViewHost::setDeviceMotionHandler(WebDeviceMotionHandler* handler) |
+{ |
+ // FIXME: Uncomment this when the content-side plumbing is checked in. |
+ // webkit_support::SetDeviceMotionHandler(handler); |
+} |
+ |
void WebViewHost::printMessage(const std::string& message) |
{ |
printf("%s", message.c_str()); |