diff options
Diffstat (limited to 'Source/WebKit2/Shared/DictionaryPopupInfo.h')
| -rw-r--r-- | Source/WebKit2/Shared/DictionaryPopupInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit2/Shared/DictionaryPopupInfo.h b/Source/WebKit2/Shared/DictionaryPopupInfo.h index 27eb6db37..af921dc25 100644 --- a/Source/WebKit2/Shared/DictionaryPopupInfo.h +++ b/Source/WebKit2/Shared/DictionaryPopupInfo.h @@ -26,7 +26,6 @@ #ifndef DictionaryPopupInfo_h #define DictionaryPopupInfo_h -#include "FontInfo.h" #include <WebCore/FloatPoint.h> #if PLATFORM(MAC) @@ -50,7 +49,6 @@ struct DictionaryPopupInfo { }; WebCore::FloatPoint origin; - FontInfo fontInfo; Type type; #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 RetainPtr<CFDictionaryRef> options; |
