diff options
Diffstat (limited to 'Tools/DumpRenderTree/LayoutTestController.h')
| -rw-r--r-- | Tools/DumpRenderTree/LayoutTestController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/DumpRenderTree/LayoutTestController.h b/Tools/DumpRenderTree/LayoutTestController.h index 54ca9278a..33bb16cdd 100644 --- a/Tools/DumpRenderTree/LayoutTestController.h +++ b/Tools/DumpRenderTree/LayoutTestController.h @@ -327,8 +327,6 @@ public: void abortModal(); - void dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight); - static void setSerializeHTTPLoads(bool serialize); // The following API test functions should probably be moved to platform-specific @@ -366,6 +364,8 @@ public: void setHasCustomFullScreenBehavior(bool value) { m_customFullScreenBehavior = value; } bool hasCustomFullScreenBehavior() const { return m_customFullScreenBehavior; } + void setStorageDatabaseIdleInterval(double); + private: LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash); |
