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

Unified Diff: chrome/views/client_view.h

Issue 42062: Merge r11424... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/branches/169/src/
Patch Set: Created 11 years, 9 months 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/views/client_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/client_view.h
===================================================================
--- chrome/views/client_view.h (revision 11412)
+++ chrome/views/client_view.h (working copy)
@@ -55,11 +55,13 @@
// Overridden from View:
virtual gfx::Size GetPreferredSize();
+ virtual void Layout();
protected:
// Overridden from View:
virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child);
- virtual void Layout();
+ virtual void DidChangeBounds(const gfx::Rect& previous,
+ const gfx::Rect& current);
// Accessors for private data members.
Window* window() const { return window_; }
« no previous file with comments | « no previous file | chrome/views/client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698