summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/mozilla/ComplexTextInputPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/mozilla/ComplexTextInputPanel.h')
-rw-r--r--chromium/third_party/mozilla/ComplexTextInputPanel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/third_party/mozilla/ComplexTextInputPanel.h b/chromium/third_party/mozilla/ComplexTextInputPanel.h
index be1d92a76bf..314a4b93d5c 100644
--- a/chromium/third_party/mozilla/ComplexTextInputPanel.h
+++ b/chromium/third_party/mozilla/ComplexTextInputPanel.h
@@ -30,11 +30,13 @@
#import <Cocoa/Cocoa.h>
+#include "MozillaExport.h"
+
#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5
@class NSTextInputContext;
#endif
-@interface ComplexTextInputPanel : NSPanel {
+MOZILLA_EXPORT @interface ComplexTextInputPanel : NSPanel {
NSTextView *mInputTextView;
}