summaryrefslogtreecommitdiff
path: root/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl')
-rw-r--r--Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl b/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
index 01ace36d7..ad67a56b0 100644
--- a/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
+++ b/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
@@ -140,4 +140,6 @@ interface IWebPreferencesPrivate : IUnknown
HRESULT setShowsToolTipOverTruncatedText([in] BOOL);
HRESULT showsToolTipOverTruncatedText([out, retval] BOOL*);
+ HRESULT setShouldInvertColors([in] BOOL);
+ HRESULT shouldInvertColors([out, retval] BOOL*);
}