| Index: ui/native_theme/native_theme_win.h
|
| diff --git a/ui/native_theme/native_theme_win.h b/ui/native_theme/native_theme_win.h
|
| index 03483650bc57ab4f54b36911a12a9fb7621e5696..72976cda7c7e47ba8d0c4a413c5f17b28ef9a734 100644
|
| --- a/ui/native_theme/native_theme_win.h
|
| +++ b/ui/native_theme/native_theme_win.h
|
| @@ -259,6 +259,12 @@ class NATIVE_THEME_EXPORT NativeThemeWin : public NativeTheme,
|
|
|
| HRESULT PaintTabPanelBackground(HDC hdc, const gfx::Rect& rect) const;
|
|
|
| + HRESULT PaintCaptionButton(HDC hdc,
|
| + Part part,
|
| + State state,
|
| + const gfx::Rect&rect,
|
| + const ExtraParams& extra) const;
|
| +
|
| HRESULT PaintTextField(HDC hdc,
|
| Part part,
|
| State state,
|
|
|