From 93f5f30b48ef46fec94a5278fc1203214dd7ab1f Mon Sep 17 00:00:00 2001 From: "yusukes@chromium.org" Date: Wed, 18 Jan 2012 05:33:52 +0000 Subject: Add a comment to InitXKeyEventForTesting. No code change. BUG=None TEST=None Review URL: http://codereview.chromium.org/9240003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118066 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/base/x/x11_util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/base/x/x11_util.h') diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h index ed006b3..757b149 100644 --- a/ui/base/x/x11_util.h +++ b/ui/base/x/x11_util.h @@ -239,7 +239,8 @@ int GetMappedButton(int button); // received. UI_EXPORT void UpdateButtonMap(); -// Initializes a XEvent that holds XKeyEvent for testing. +// Initializes a XEvent that holds XKeyEvent for testing. Note that ui::EF_ +// flags should be passed as |flags|, not the native ones in . UI_EXPORT void InitXKeyEventForTesting(EventType type, KeyboardCode key_code, int flags, -- cgit v1.1