| Index: views/controls/button/custom_button.h
|
| diff --git a/views/controls/button/custom_button.h b/views/controls/button/custom_button.h
|
| index 75cb29b3eb4992a942f0f0f2539eadc68f97fa36..bd43d4d4963ad9eee2ad9849c30fb13a66b3e168 100644
|
| --- a/views/controls/button/custom_button.h
|
| +++ b/views/controls/button/custom_button.h
|
| @@ -72,6 +72,9 @@ class CustomButton : public Button,
|
| virtual void OnDragDone();
|
| virtual void ShowContextMenu(int x, int y, bool is_mouse_gesture);
|
| virtual void ViewHierarchyChanged(bool is_add, View *parent, View *child);
|
| + virtual void SetHotTracked(bool flag);
|
| + virtual bool IsHotTracked() const;
|
| + virtual void WillLoseFocus();
|
|
|
| // Overridden from AnimationDelegate:
|
| virtual void AnimationProgressed(const Animation* animation);
|
|
|