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

Unified Diff: webkit/glue/webmenurunner_mac.mm

Issue 10785047: Remove all the OS X 10.6 SDK forward declarations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 | « webkit/glue/webcursor_mac.mm ('k') | webkit/support/platform_support_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webmenurunner_mac.mm
diff --git a/webkit/glue/webmenurunner_mac.mm b/webkit/glue/webmenurunner_mac.mm
index 7442857c1ff064d480f4ad276595c79a895261ea..fa1abb4cd54b0a35a0645112fba5700a54e5108e 100644
--- a/webkit/glue/webmenurunner_mac.mm
+++ b/webkit/glue/webmenurunner_mac.mm
@@ -6,27 +6,6 @@
#include "base/sys_string_conversions.h"
-#if !defined(MAC_OS_X_VERSION_10_6) || \
- MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
-enum {
- NSUserInterfaceLayoutDirectionLeftToRight = 0,
- NSUserInterfaceLayoutDirectionRightToLeft = 1
-};
-typedef NSInteger NSUserInterfaceLayoutDirection;
-
-@interface NSCell (SnowLeopardSDKDeclarations)
-- (void)setUserInterfaceLayoutDirection:
- (NSUserInterfaceLayoutDirection)layoutDirection;
-@end
-
-enum {
- NSTextWritingDirectionEmbedding = (0 << 1),
- NSTextWritingDirectionOverride = (1 << 1)
-};
-
-static NSString* NSWritingDirectionAttributeName = @"NSWritingDirection";
-#endif
-
@interface WebMenuRunner (PrivateAPI)
// Worker function used during initialization.
« no previous file with comments | « webkit/glue/webcursor_mac.mm ('k') | webkit/support/platform_support_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698