Index: content/public/browser/native_web_keyboard_event.h |
diff --git a/content/public/browser/native_web_keyboard_event.h b/content/public/browser/native_web_keyboard_event.h |
index 1585fbd676264455db5c0df48d80f98d2018ec99..fdc05a104a4fb75609105e8cb8e6408e9a3c86c1 100644 |
--- a/content/public/browser/native_web_keyboard_event.h |
+++ b/content/public/browser/native_web_keyboard_event.h |
@@ -67,7 +67,7 @@ struct CONTENT_EXPORT NativeWebKeyboardEvent : |
// Currently, it's only used by Linux and Mac ports. |
bool skip_in_browser; |
-#if defined(TOOLKIT_GTK) |
+#if defined(USE_AURA) || defined(TOOLKIT_GTK) |
// True if the key event matches an edit command. In order to ensure the edit |
// command always work in web page, the browser should not pre-handle this key |
// event as a reserved accelerator. See http://crbug.com/54573 |