Chromium Code Reviews| Index: base/mac/sdk_forward_declarations.h |
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h |
| index c636b34e56c4db00ab75223820fa8f5c429a6536..bbba366f34d23e3cc027ccd8da52945c9d7e4f83 100644 |
| --- a/base/mac/sdk_forward_declarations.h |
| +++ b/base/mac/sdk_forward_declarations.h |
| @@ -142,6 +142,10 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight; |
| @class CIQRCodeFeature; |
| +@interface NSView (YosemiteSDK) |
| +- (BOOL)isAccessibilitySelectorAllowed:(SEL)selector; |
| +@end |
| + |
| #endif // MAC_OS_X_VERSION_10_10 |
| // Once Chrome no longer supports OSX 10.10.2, everything within this |
| @@ -153,7 +157,7 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight; |
| @property(readonly) NSInteger stage; |
| @end |
| -@interface NSView (YosemiteSDK) |
| +@interface NSView (Yosemite_2_SDK) |
|
tapted
2017/02/24 05:23:42
I think the guards say this came in for 10.10.3, s
Patti Lor
2017/02/26 23:16:37
Done.
|
| - (void)setPressureConfiguration:(NSPressureConfiguration*)aConfiguration; |
| @end |