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

Unified Diff: ui/views/window/dialog_client_view.h

Issue 14895004: Fixing autocheckout progress bar repaint bug. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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 | « chrome/browser/ui/views/autofill/autofill_dialog_views.cc ('k') | ui/views/window/dialog_client_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/window/dialog_client_view.h
diff --git a/ui/views/window/dialog_client_view.h b/ui/views/window/dialog_client_view.h
index 32e80bec702c056657e5c77ff460b6f4ea3d62f5..f82f1a551090391b1b18ed05f1fb5fb3ae1abd43 100644
--- a/ui/views/window/dialog_client_view.h
+++ b/ui/views/window/dialog_client_view.h
@@ -80,6 +80,10 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
// Creates and adds the footnote view, if supplied by the delegate.
void CreateFootnoteView();
+ // View implementation.
+ virtual void ChildPreferredSizeChanged(View* child) OVERRIDE;
+ virtual void ChildVisibilityChanged(View* child) OVERRIDE;
+
private:
bool has_dialog_buttons() const { return ok_button_ || cancel_button_; }
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_dialog_views.cc ('k') | ui/views/window/dialog_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698