summaryrefslogtreecommitdiffstats
path: root/ui/views/controls/button/image_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/controls/button/image_button.h')
-rw-r--r--ui/views/controls/button/image_button.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/views/controls/button/image_button.h b/ui/views/controls/button/image_button.h
index 46ab52ed..5d71ec4 100644
--- a/ui/views/controls/button/image_button.h
+++ b/ui/views/controls/button/image_button.h
@@ -51,10 +51,6 @@ class VIEWS_EXPORT ImageButton : public CustomButton {
const gfx::ImageSkia* image,
const gfx::ImageSkia* mask);
- // Set an |image| to draw on top of the normal / hot / pushed image.
- // Pass NULL for no image.
- void SetOverlayImage(const gfx::ImageSkia* image);
-
// Sets how the image is laid out within the button's bounds.
void SetImageAlignment(HorizontalAlignment h_align,
VerticalAlignment v_align);
@@ -96,9 +92,6 @@ class VIEWS_EXPORT ImageButton : public CustomButton {
gfx::ImageSkia background_image_;
- // Image to draw on top of normal / hot / pushed image. Usually empty.
- gfx::ImageSkia overlay_image_;
-
private:
FRIEND_TEST_ALL_PREFIXES(ImageButtonTest, Basics);
FRIEND_TEST_ALL_PREFIXES(ImageButtonTest, ImagePositionWithBorder);