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

Unified Diff: ash/frame/caption_buttons/frame_caption_button.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/frame/caption_buttons/frame_caption_button.cc
diff --git a/ash/frame/caption_buttons/frame_caption_button.cc b/ash/frame/caption_buttons/frame_caption_button.cc
index 7f49b639f72158151308e6b338ad979ff9dc87e5..4d719df8afb1b97e35ea1010740bc886b77d54d8 100644
--- a/ash/frame/caption_buttons/frame_caption_button.cc
+++ b/ash/frame/caption_buttons/frame_caption_button.cc
@@ -97,7 +97,7 @@ void FrameCaptionButton::SetAlpha(int alpha) {
}
}
-gfx::Size FrameCaptionButton::GetPreferredSize() const {
+gfx::Size FrameCaptionButton::CalculatePreferredSize() const {
return size_;
}

Powered by Google App Engine
This is Rietveld 408576698