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

Unified Diff: ash/system/tray/throbber_view.cc

Issue 2901503003: Rename GetPreferredSize to CalculatePreferredSize in ash/ (Closed)
Patch Set: 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
Index: ash/system/tray/throbber_view.cc
diff --git a/ash/system/tray/throbber_view.cc b/ash/system/tray/throbber_view.cc
index b6c02d81ab6b9540002df0618eea7cd9846f5488..9c63edcfc1d49602ec31a740208b372a28fa9c98 100644
--- a/ash/system/tray/throbber_view.cc
+++ b/ash/system/tray/throbber_view.cc
@@ -47,7 +47,7 @@ ThrobberView::ThrobberView() {
ThrobberView::~ThrobberView() {}
-gfx::Size ThrobberView::GetPreferredSize() const {
+gfx::Size ThrobberView::CalculatePreferredSize() const {
return gfx::Size(kTrayPopupItemMinHeight, kTrayPopupItemMinHeight);
}

Powered by Google App Engine
This is Rietveld 408576698