Make the devtools close button work

This commit is contained in:
Adam Roben 2013-03-27 10:59:40 -04:00
parent d20ecc0e2b
commit 001d0197de
4 changed files with 10 additions and 1 deletions

View file

@ -12,6 +12,7 @@ public:
virtual gfx::NativeView GetNativeView() const = 0;
virtual void ShowDevTools() = 0;
virtual void CloseDevTools() = 0;
};
}