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

Unified Diff: sky/engine/core/editing/EditingBehavior.cpp

Issue 1163323003: sky/engine updates for iOS targets (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
Index: sky/engine/core/editing/EditingBehavior.cpp
diff --git a/sky/engine/core/editing/EditingBehavior.cpp b/sky/engine/core/editing/EditingBehavior.cpp
index 8f87f254a14e16f4ccec7cb61bb13737cc2d8067..0fb9968b39916a853753620fe5e56674c5a9f682 100644
--- a/sky/engine/core/editing/EditingBehavior.cpp
+++ b/sky/engine/core/editing/EditingBehavior.cpp
@@ -41,7 +41,7 @@ static const unsigned CtrlKey = 1 << 0;
static const unsigned AltKey = 1 << 1;
static const unsigned ShiftKey = 1 << 2;
static const unsigned MetaKey = 1 << 3;
-#if OS(MACOSX)
+#if OS(MACOSX) && !OS(IOS)
// Aliases for the generic key defintions to make kbd shortcuts definitions more
// readable on OS X.
static const unsigned OptionKey = AltKey;

Powered by Google App Engine
This is Rietveld 408576698