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 84a20c4bd976d22b8816d354fd5997f935543e44..bd609a9911e8e420d2f43857b277eca3d55dfdf0 100644 |
--- a/ui/native_theme/native_theme_win.h |
+++ b/ui/native_theme/native_theme_win.h |
@@ -109,6 +109,10 @@ class NATIVE_THEME_EXPORT NativeThemeWin : public NativeTheme, |
const ExtraParams& extra) const override; |
SkColor GetSystemColor(ColorId color_id) const override; |
+ bool SupportsNinePatch(Part part) const override; |
+ gfx::Size GetNinePatchCanvasSize(Part part) const override; |
+ gfx::Rect GetNinePatchAperture(Part part) const override; |
+ |
protected: |
friend class NativeTheme; |
// Gets our singleton instance. |