diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp')
-rw-r--r-- | WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp b/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp index 6d3b624..3bc84cd 100644 --- a/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp +++ b/WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp @@ -170,6 +170,11 @@ void LayoutTestController::setXSSAuditorEnabled(bool enabled) // FIXME: implement } +void LayoutTestController::setFrameSetFlatteningEnabled(bool enabled) +{ + // FIXME: implement +} + void LayoutTestController::setAllowUniversalAccessFromFileURLs(bool enabled) { // FIXME: implement @@ -365,3 +370,9 @@ int LayoutTestController::pageNumberForElementById(JSStringRef, float, float) // FIXME: implement return -1; } + +int LayoutTestController::numberOfPages(float, float) +{ + // FIXME: implement + return -1; +}
\ No newline at end of file |