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

Unified Diff: ash/shell/panel_window.h

Issue 2901503003: Rename GetPreferredSize to CalculatePreferredSize in ash/ (Closed)
Patch Set: improvements Created 3 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 | « ash/shell/lock_view.cc ('k') | ash/shell/panel_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/panel_window.h
diff --git a/ash/shell/panel_window.h b/ash/shell/panel_window.h
index de85aad0b039d3e8ea12f0a53202b23fde866054..71dda70be05fc7bfb552a46c2e16fb94560db7b7 100644
--- a/ash/shell/panel_window.h
+++ b/ash/shell/panel_window.h
@@ -31,7 +31,7 @@ class PanelWindow : public views::WidgetDelegateView {
private:
// Overridden from views::View:
- gfx::Size GetPreferredSize() const override;
+ gfx::Size CalculatePreferredSize() const override;
void OnPaint(gfx::Canvas* canvas) override;
// Overridden from views::WidgetDelegate:
« no previous file with comments | « ash/shell/lock_view.cc ('k') | ash/shell/panel_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698