| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index f752de2b4e34780bc8f56d15a3ad1d17f09eae69..85c98e97438f61d22e9605bd0fffbb782b4503a9 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -293,7 +293,6 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_7
|
|
|
| @interface NSEvent (LionSDK)
|
| -@property(readonly) NSInteger stage;
|
| + (BOOL)isSwipeTrackingFromScrollEventsEnabled;
|
| - (NSEventPhase)momentumPhase;
|
| - (NSEventPhase)phase;
|
| @@ -542,6 +541,10 @@ BASE_EXPORT extern "C" void NSAccessibilityPostNotificationWithUserInfo(
|
| #if !defined(MAC_OS_X_VERSION_10_10_3) || \
|
| MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_10_3
|
|
|
| +@interface NSEvent (YosemiteSDK)
|
| +@property(readonly) NSInteger stage;
|
| +@end
|
| +
|
| @interface NSView (YosemiteSDK)
|
| - (void)setPressureConfiguration:(NSPressureConfiguration*)aConfiguration;
|
| @end
|
|
|