Index: chrome/browser/ui/views/toolbar/toolbar_button.h |
diff --git a/chrome/browser/ui/views/toolbar/toolbar_button.h b/chrome/browser/ui/views/toolbar/toolbar_button.h |
index f607a446475015b860253cf05b3bb0866b107a9d..34158e253e4672588ccd61a1b719acb0a19dbc42 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_button.h |
+++ b/chrome/browser/ui/views/toolbar/toolbar_button.h |
@@ -73,8 +73,8 @@ class ToolbarButton : public views::LabelButton, |
// Function to show the dropdown menu. |
virtual void ShowDropDownMenu(ui::MenuSourceType source_type); |
- // Returns the Point where the ink drop should be centered. |
- virtual gfx::Point CalculateInkDropCenter() const; |
+ // views::InkDropHost: |
+ gfx::Point CalculateInkDropCenter() const override; |
views::InkDropAnimationController* ink_drop_animation_controller() { |
return ink_drop_animation_controller_.get(); |