Index: chrome/browser/ui/views/bar_control_button.cc |
diff --git a/chrome/browser/ui/views/bar_control_button.cc b/chrome/browser/ui/views/bar_control_button.cc |
index 0e4336d5533964aabfe476257ce75bcf48ac4f9f..e8c727c66dc22c4035a2795bba662a6849b70496 100644 |
--- a/chrome/browser/ui/views/bar_control_button.cc |
+++ b/chrome/browser/ui/views/bar_control_button.cc |
@@ -71,6 +71,8 @@ void BarControlButton::Layout() { |
} |
void BarControlButton::AddInkDropLayer(ui::Layer* ink_drop_layer) { |
+ // TODO(estade|tdanderson): The ink drop layer should be positioned behind |
+ // the button's image. |
tdanderson
2015/11/18 16:14:17
BarControlButton extends ImageButton, which does n
jonross
2015/11/18 16:36:52
We can follow the pattern used for CircleLayerDele
Peter Kasting
2015/11/18 21:04:53
I recall proposing that we try to use it more wide
tdanderson
2015/11/19 15:15:42
Thanks for the suggestion; I will address this in
|
SetPaintToLayer(true); |
SetFillsBoundsOpaquely(false); |
layer()->Add(ink_drop_layer); |