diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp')
-rw-r--r-- | WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp b/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp index 9fee1e3..f36c290 100644 --- a/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp +++ b/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp @@ -135,6 +135,11 @@ void LayoutTestController::setUserStyleSheetLocation(JSStringRef path) { } +void LayoutTestController::setViewModeMediaFeature(JSStringRef mode) +{ + // FIXME: implement +} + void LayoutTestController::setWindowIsKey(bool windowIsKey) { // FIXME: implement |