diff options
author | suzhe@google.com <suzhe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-01 22:59:32 +0000 |
---|---|---|
committer | suzhe@google.com <suzhe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-01 22:59:32 +0000 |
commit | 4b99402b089ba598ae26c82d99c3c3d2fe0cd574 (patch) | |
tree | f4fe9b7a92bc90b364c40b901919fee163b7061b /content/content_common.gypi | |
parent | 4b8b6d844d019a612a02274d298e3dcffc42276b (diff) | |
download | chromium_src-4b99402b089ba598ae26c82d99c3c3d2fe0cd574.zip chromium_src-4b99402b089ba598ae26c82d99c3c3d2fe0cd574.tar.gz chromium_src-4b99402b089ba598ae26c82d99c3c3d2fe0cd574.tar.bz2 |
Refactor RenderWidgetHostViewViews to use the new input method API for Views.
This CL also fixes some issues related to NULL host_ pointer in the
original code. Hope the fixes are correct.
Another side effect of this CL is: it converts views::KeyEvent to NativeWebKeyboardEvent by using the conversion table of Views instead of WebInputEventFactory provided by WebKit. See bug 54315.
BUG=54315
BUG=75003
TEST=none
Review URL: http://codereview.chromium.org/6713083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 6f1c8e5..6225b90 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -220,6 +220,11 @@ '../build/linux/system.gyp:gtk', ], }], + ['toolkit_views==1', { + 'sources': [ + 'common/native_web_keyboard_event_views.cc', + ], + }], ], }, ], |