DescriptionRemove override of View::HitTestRect() from BookmarkBarView
The override of View::HitTestRect() in BookmarkBarView checks
for the state of the omnibox popup to determine whether or not the
bookmark bar can accept events. Since this is unrelated to location,
it is better to move this logic into an override of
EventTarget::CanAcceptEvent() instead.
BUG=374340
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272133
Patch Set 1 #
Total comments: 2
Patch Set 2 : call View::CanAcceptEvent() #Patch Set 3 : fixed merge conflicts #
Messages
Total messages: 10 (0 generated)
|