| 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..ff7e5fe4d9df8d591ac8dc64b0bbe083c8e8b739 100644
|
| --- a/ash/frame/caption_buttons/frame_caption_button.cc
|
| +++ b/ash/frame/caption_buttons/frame_caption_button.cc
|
| @@ -97,10 +97,6 @@ void FrameCaptionButton::SetAlpha(int alpha) {
|
| }
|
| }
|
|
|
| -gfx::Size FrameCaptionButton::GetPreferredSize() const {
|
| - return size_;
|
| -}
|
| -
|
| const char* FrameCaptionButton::GetClassName() const {
|
| return kViewClassName;
|
| }
|
|
|