DescriptionRemove the override BookmarkBarView::HitTestRect()
The logic in BookmarkBarView::HitTestRect() does not depend on
|rect| and only has the purpose of preventing or allowing
event-targeting of itself or its descendants. For this reason,
the logic belongs in an override of
CanProcessEventsWithinSubtree() instead of HitTestRect().
BUG=374340
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274372
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|