| 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_;
|
| }
|
|
|
|
|