Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2415)

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 1964283002: MacViews: Implemented Drag & Drop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing file Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/base/BUILD.gn » ('j') | ui/base/dragdrop/os_exchange_data_provider_mac.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/sdk_forward_declarations.h
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
index 9cb52b9a2784863d79f6596fe45e484445cf4ba3..f9b4d16a97cedfcfd1fb7d8639f3855aea95a4b6 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -243,6 +243,13 @@ typedef NSInteger NSPressureBehavior;
- (instancetype)initWithPressureBehavior:(NSPressureBehavior)pressureBehavior;
@end
+enum {
+ NSSpringLoadingHighlightNone = 0,
+ NSSpringLoadingHighlightStandard,
+ NSSpringLoadingHighlightEmphasized
+};
+typedef NSUInteger NSSpringLoadingHighlight;
sky 2016/06/03 15:18:37 using?
spqchan 2016/06/03 16:55:45 I don't think so, everything else here is using ty
+
#endif // MAC_OS_X_VERSION_10_11
// ----------------------------------------------------------------------------
« no previous file with comments | « no previous file | ui/base/BUILD.gn » ('j') | ui/base/dragdrop/os_exchange_data_provider_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698