Chromium Code Reviews| Index: views/examples/native_theme_button_example.h |
| =================================================================== |
| --- views/examples/native_theme_button_example.h (revision 90205) |
| +++ views/examples/native_theme_button_example.h (working copy) |
| @@ -56,6 +56,8 @@ |
| void GetExtraParams(gfx::NativeTheme::ExtraParams* params) const; |
| + gfx::NativeTheme::State GetInternalState() const; |
| + |
| scoped_ptr<views::NativeThemePainter> painter_; |
| views::Combobox* cb_part_; |
| views::Combobox* cb_state_; |