diff options
Diffstat (limited to 'WebKit/chromium/public/WebKit.h')
-rw-r--r-- | WebKit/chromium/public/WebKit.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebKit.h b/WebKit/chromium/public/WebKit.h index 732cac6..5550db1 100644 --- a/WebKit/chromium/public/WebKit.h +++ b/WebKit/chromium/public/WebKit.h @@ -55,6 +55,11 @@ WEBKIT_API WebKitClient* webKitClient(); WEBKIT_API void setLayoutTestMode(bool); WEBKIT_API bool layoutTestMode(); +// This is a temporary flag while we try to get Linux to match Windows' +// checksum computation. It specifies whether or not the baseline images +// should be opaque or not. +WEBKIT_API bool areLayoutTestImagesOpaque(); + // Enables the named log channel. See WebCore/platform/Logging.h for details. WEBKIT_API void enableLogChannel(const char*); |