| 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 eba2a835a40eff5f07a628558b2fe1fd5ad48b16..82fae2a364a9e572206da2fab7940c78d8d10973 100644
|
| --- a/ui/views/controls/button/image_button.h
|
| +++ b/ui/views/controls/button/image_button.h
|
| @@ -103,6 +103,8 @@ class VIEWS_EXPORT ImageButton : public CustomButton {
|
| FRIEND_TEST_ALL_PREFIXES(ImageButtonTest, LeftAlignedMirrored);
|
| FRIEND_TEST_ALL_PREFIXES(ImageButtonTest, RightAlignedMirrored);
|
|
|
| + FRIEND_TEST_ALL_PREFIXES(ImageButtonFactoryTest, CreateVectorImageButton);
|
| +
|
| // Returns the correct position of the image for painting.
|
| gfx::Point ComputeImagePaintPosition(const gfx::ImageSkia& image);
|
|
|
|
|