Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: chrome/browser/ui/views/toolbar/back_button.h

Issue 1761443003: [MD] simplify and unify some ink drop center calculations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: works in rtl Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/toolbar/back_button.h
diff --git a/chrome/browser/ui/views/toolbar/back_button.h b/chrome/browser/ui/views/toolbar/back_button.h
index 0f11c344efc6946f0e1f1bede0441ab04fbff64f..25c27aaec50096f8f05a1e7165f83c961256820e 100644
--- a/chrome/browser/ui/views/toolbar/back_button.h
+++ b/chrome/browser/ui/views/toolbar/back_button.h
@@ -39,7 +39,6 @@ class BackButton : public ToolbarButton {
const char* GetClassName() const override;
scoped_ptr<views::LabelButtonBorder> CreateDefaultBorder() const override;
gfx::Rect GetThemePaintRect() const override;
- gfx::Point GetInkDropCenter() const override;
// Any leading margin to be applied. Used when the back button is in
// a maximized state to extend to the full window width.

Powered by Google App Engine
This is Rietveld 408576698