diff options
Diffstat (limited to 'chrome/views/table_view.h')
-rw-r--r-- | chrome/views/table_view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/views/table_view.h b/chrome/views/table_view.h index 46e40cb6a..e0e4ad4 100644 --- a/chrome/views/table_view.h +++ b/chrome/views/table_view.h @@ -428,6 +428,9 @@ class TableView : public NativeControl, } protected: + // Overriden to return the position of the first selected row. + virtual gfx::Point GetKeyboardContextMenuLocation(); + // Subclasses that want to customize the colors of a particular row/column, // must invoke this passing in true. The default value is false, such that // GetCellColors is never invoked. |