| Index: views/controls/tree/tree_view.h
|
| ===================================================================
|
| --- views/controls/tree/tree_view.h (revision 16052)
|
| +++ views/controls/tree/tree_view.h (working copy)
|
| @@ -5,6 +5,9 @@
|
| #ifndef VIEWS_CONTROLS_TREE_TREE_VIEW_H_
|
| #define VIEWS_CONTROLS_TREE_TREE_VIEW_H_
|
|
|
| +#include <windows.h>
|
| +#include <commctrl.h>
|
| +
|
| #include <map>
|
|
|
| #include "app/tree_model.h"
|
| @@ -159,7 +162,7 @@
|
| virtual bool NotifyOnKeyDown() const { return true; }
|
| virtual bool OnKeyDown(int virtual_key_code);
|
|
|
| - virtual void OnContextMenu(const CPoint& location);
|
| + virtual void OnContextMenu(const WTL::CPoint& location);
|
|
|
| // Returns the TreeModelNode for |tree_item|.
|
| TreeModelNode* GetNodeForTreeItem(HTREEITEM tree_item);
|
|
|