DescriptionRemove override of View::HitTestRect() from ImageView
The override of View::HitTestRect() in ImageView forces hit
testing to fail if the |interactive_| member is false, which
prevents the view from accepting events. Since the |interactive_|
member is unrelated to location, it is better to move this logic
into an override of EventTarget::CanAcceptEvent() instead.
BUG=374325
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272117
Patch Set 1 #
Total comments: 2
Patch Set 2 : call View::CanAcceptEvent() #
Messages
Total messages: 9 (0 generated)
|