chromium 11.0.969.72
[chromium.git] / patches / patch-chrome_common_native__web__keyboard__event.h
1 $NetBSD$
2
3 --- chrome/common/native_web_keyboard_event.h.orig      2011-04-13 08:01:58.000000000 +0000
4 +++ chrome/common/native_web_keyboard_event.h
5 @@ -60,7 +60,7 @@ struct NativeWebKeyboardEvent : public W
6    // Currently, it's only used by Linux and Mac ports.
7    bool skip_in_browser;
8  
9 -#if defined(OS_LINUX)
10 +#if defined(OS_LINUX) || defined(OS_BSD)
11    // True if the key event matches an edit command. In order to ensure the edit
12    // command always work in web page, the browser should not pre-handle this key
13    // event as a reserved accelerator. See http://crbug.com/54573