win: No more need to convert to DIP point for context menu.
This commit is contained in:
parent
8dd7f81175
commit
1c415b0666
3 changed files with 4 additions and 20 deletions
|
@ -20,10 +20,6 @@ namespace gfx {
|
|||
class Point;
|
||||
}
|
||||
|
||||
namespace views {
|
||||
class MenuRunner;
|
||||
}
|
||||
|
||||
namespace atom {
|
||||
|
||||
class NotifyIconHost;
|
||||
|
@ -72,7 +68,6 @@ class NotifyIcon : public TrayIcon {
|
|||
|
||||
// The context menu.
|
||||
ui::SimpleMenuModel* menu_model_;
|
||||
scoped_ptr<views::MenuRunner> menu_runner_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(NotifyIcon);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue