diff options
Diffstat (limited to 'Tools/WebKitTestRunner/TestController.h')
-rw-r--r-- | Tools/WebKitTestRunner/TestController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/WebKitTestRunner/TestController.h b/Tools/WebKitTestRunner/TestController.h index 332e33b70..b0ad979e0 100644 --- a/Tools/WebKitTestRunner/TestController.h +++ b/Tools/WebKitTestRunner/TestController.h @@ -79,6 +79,9 @@ public: // Policy delegate. void setCustomPolicyDelegate(bool enabled, bool permissive); + // Page Visibility. + void setVisibilityState(WKPageVisibilityState, bool isInitialState); + bool resetStateToConsistentValues(); WorkQueueManager& workQueueManager() { return m_workQueueManager; } |