Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(722)

Unified Diff: chrome/browser/ui/tabs/dock_info.h

Issue 9003010: Implements DockInfo for aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/tabs/dock_info_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tabs/dock_info.h
diff --git a/chrome/browser/ui/tabs/dock_info.h b/chrome/browser/ui/tabs/dock_info.h
index 8c3b740b40df5fb9b464215119f7b1173bbdefe6..a48c936a2d1a58488f37b6b3ec0df8e3427fcb34 100644
--- a/chrome/browser/ui/tabs/dock_info.h
+++ b/chrome/browser/ui/tabs/dock_info.h
@@ -174,6 +174,8 @@ class DockInfo {
private:
// Returns the bounds of the window.
bool GetWindowBounds(gfx::Rect* bounds) const;
+
+ // Sets the bounds of |window_| to |bounds|.
void SizeOtherWindowTo(const gfx::Rect& bounds) const;
Type type_;
« no previous file with comments | « no previous file | chrome/browser/ui/tabs/dock_info_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698