diff options
Diffstat (limited to 'Tools/WebKitTestRunner/PlatformWebView.h')
| -rw-r--r-- | Tools/WebKitTestRunner/PlatformWebView.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tools/WebKitTestRunner/PlatformWebView.h b/Tools/WebKitTestRunner/PlatformWebView.h index 60d2fc1d5..bbdc6b757 100644 --- a/Tools/WebKitTestRunner/PlatformWebView.h +++ b/Tools/WebKitTestRunner/PlatformWebView.h @@ -89,7 +89,7 @@ public: void setWindowIsKey(bool isKey) { m_windowIsKey = isKey; } bool windowIsKey() const { return m_windowIsKey; } -#if PLATFORM(MAC) +#if PLATFORM(MAC) || PLATFORM(EFL) || PLATFORM(QT) bool viewSupportsOptions(WKDictionaryRef) const; #else bool viewSupportsOptions(WKDictionaryRef) const { return true; } @@ -101,6 +101,9 @@ private: PlatformWKView m_view; PlatformWindow m_window; bool m_windowIsKey; +#if PLATFORM(EFL) || PLATFORM(QT) + bool m_usingFixedLayout; +#endif #if PLATFORM(QT) QEventLoop* m_modalEventLoop; #endif |
