| Index: ui/views/controls/tree/tree_view_views.cc
|
| ===================================================================
|
| --- ui/views/controls/tree/tree_view_views.cc (revision 151267)
|
| +++ ui/views/controls/tree/tree_view_views.cc (working copy)
|
| @@ -340,7 +340,7 @@
|
| // Only invoke View's implementation (which notifies the
|
| // ContextMenuController) if over a node.
|
| gfx::Point local_point(p);
|
| - ConvertPointToView(NULL, this, &local_point);
|
| + ConvertPointToTarget(NULL, this, &local_point);
|
| int row = (local_point.y() - kVerticalInset) / row_height_;
|
| int depth;
|
| InternalNode* node = GetNodeByRow(row, &depth);
|
|
|