| Index: ui/native_theme/native_theme_base.cc
|
| diff --git a/ui/native_theme/native_theme_base.cc b/ui/native_theme/native_theme_base.cc
|
| index 017b07afe9675c99b1c2fc2e4b1362d12cd26732..a2f5d7087b15f8b7401a60a07204a57091e454cc 100644
|
| --- a/ui/native_theme/native_theme_base.cc
|
| +++ b/ui/native_theme/native_theme_base.cc
|
| @@ -150,6 +150,10 @@ gfx::Size NativeThemeBase::GetPartSize(Part part,
|
| case kTrackbarThumb:
|
| case kTrackbarTrack:
|
| case kWindowResizeGripper:
|
| + case kCaptionMin:
|
| + case kCaptionMax:
|
| + case kCaptionRestore:
|
| + case kCaptionClose:
|
| NOTIMPLEMENTED();
|
| break;
|
| default:
|
| @@ -262,6 +266,10 @@ void NativeThemeBase::Paint(SkCanvas* canvas,
|
| case kTrackbarThumb:
|
| case kTrackbarTrack:
|
| case kWindowResizeGripper:
|
| + case kCaptionMin:
|
| + case kCaptionMax:
|
| + case kCaptionRestore:
|
| + case kCaptionClose:
|
| NOTIMPLEMENTED();
|
| break;
|
| default:
|
|
|