Index: ui/views/controls/button/image_button.h |
diff --git a/ui/views/controls/button/image_button.h b/ui/views/controls/button/image_button.h |
index 4015def5a6a1e71d8f12ccc500baf33a74926b91..44f5cfb1a7a345623fe8997cee395e1091911a88 100644 |
--- a/ui/views/controls/button/image_button.h |
+++ b/ui/views/controls/button/image_button.h |
@@ -109,6 +109,7 @@ class VIEWS_EXPORT ToggleImageButton : public ImageButton { |
// Change the toggled state. |
void SetToggled(bool toggled); |
+ bool toggled() const { return toggled_; } |
// Like ImageButton::SetImage(), but to set the graphics used for the |
// "has been toggled" state. Must be called for each button state |