summaryrefslogtreecommitdiffstats
path: root/ash/ash.gyp
diff options
context:
space:
mode:
authormukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-25 03:37:40 +0000
committermukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-25 03:37:40 +0000
commit44e111cbe420a952d8c995d89c16c352b89cc909 (patch)
tree2a74b9392cfa24ce28f2e9f498626c3707e08f29 /ash/ash.gyp
parentafd51ef55d60f5c9ad3c29e94f9703053438302c (diff)
downloadchromium_src-44e111cbe420a952d8c995d89c16c352b89cc909.zip
chromium_src-44e111cbe420a952d8c995d89c16c352b89cc909.tar.gz
chromium_src-44e111cbe420a952d8c995d89c16c352b89cc909.tar.bz2
Introduces 'highlighted' property to candidate view.
With my previous 'cleanup', the candidate view becomes a CustomButton and the 'PRESSED' button status indicates the highlighted. I thought this is good enough, but hovering also changes the button state. Using a button state is a bad idea, so this CL adds a boolean flag for highlighted status. BUG=365959 R=oshima@chromium.org TEST=manually, ash_unittests Review URL: https://codereview.chromium.org/258463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r--ash/ash.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 1925dea..9efb498 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -930,6 +930,7 @@
'frame/custom_frame_view_ash_unittest.cc',
'frame/default_header_painter_unittest.cc',
'host/ash_window_tree_host_x11_unittest.cc',
+ 'ime/candidate_view_unittest.cc',
'ime/candidate_window_view_unittest.cc',
'ime/input_method_menu_item_unittest.cc',
'ime/input_method_menu_manager_unittest.cc',