diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-12 00:05:35 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-12 00:05:35 +0000 |
commit | 127cc6babf419c6dbd6204fb2cdd969c1777befa (patch) | |
tree | 188ab44575f92f01cffbe65e93ae648cd89745f2 /chrome/views/group_table_view.h | |
parent | dccf5db1c627eb53f5dba004ab4e8628323a94b0 (diff) | |
download | chromium_src-127cc6babf419c6dbd6204fb2cdd969c1777befa.zip chromium_src-127cc6babf419c6dbd6204fb2cdd969c1777befa.tar.gz chromium_src-127cc6babf419c6dbd6204fb2cdd969c1777befa.tar.bz2 |
Changes TableView to have its own mouse handling code so that we can
start a drag when user clicks anywhere on a row.
BUG=4306
TEST=thoroughly test drag and drop of bookmark manager table.
Review URL: http://codereview.chromium.org/9776
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/group_table_view.h')
-rw-r--r-- | chrome/views/group_table_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/group_table_view.h b/chrome/views/group_table_view.h index 44825b4..e084f95 100644 --- a/chrome/views/group_table_view.h +++ b/chrome/views/group_table_view.h @@ -43,7 +43,7 @@ class GroupTableView : public TableView { protected: // Notification from the ListView that the selected state of an item has // changed. - void OnSelectedStateChanged(int model_row, bool is_selected); + void OnSelectedStateChanged(); // Extra-painting required to draw the separator line between groups. virtual bool ImplementPostPaint() { return true; } |