X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fviews%2Fcontrols%2Fbutton%2Fimage_button.h;h=5d71ec42fc17647aaf9f23a6f205679f35e69d53;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=46ab52ed99cfcafc5a473dbc3e08b520dcd8c030;hpb=d1e23c6ec4202b125fc446349b2230d4cd978d86;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/views/controls/button/image_button.h b/src/ui/views/controls/button/image_button.h index 46ab52ed..5d71ec4 100644 --- a/src/ui/views/controls/button/image_button.h +++ b/src/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);