summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/DictionaryPopupInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/DictionaryPopupInfo.h')
-rw-r--r--Source/WebKit2/Shared/DictionaryPopupInfo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/WebKit2/Shared/DictionaryPopupInfo.h b/Source/WebKit2/Shared/DictionaryPopupInfo.h
index 5682fcd..68c81a7 100644
--- a/Source/WebKit2/Shared/DictionaryPopupInfo.h
+++ b/Source/WebKit2/Shared/DictionaryPopupInfo.h
@@ -29,6 +29,10 @@
#include "FontInfo.h"
#include <WebCore/FloatPoint.h>
+#if PLATFORM(MAC)
+#include <wtf/RetainPtr.h>
+#endif
+
namespace CoreIPC {
class ArgumentDecoder;
class ArgumentEncoder;
@@ -48,6 +52,9 @@ struct DictionaryPopupInfo {
WebCore::FloatPoint origin;
FontInfo fontInfo;
Type type;
+#if PLATFORM(MAC)
+ RetainPtr<CFDictionaryRef> options;
+#endif
};
} // namespace WebKit