Support docking the devtools on the right side of the window

This commit is contained in:
Adam Roben 2013-03-27 11:19:15 -04:00
parent 001d0197de
commit c22d1cca79
6 changed files with 28 additions and 0 deletions

View file

@ -13,6 +13,7 @@ public:
virtual void ShowDevTools() = 0;
virtual void CloseDevTools() = 0;
virtual bool SetDockSide(const std::string& side) = 0;
};
}