DescriptionEnsure a guest WebContent's view is removed from the InputEventRouter.
If a guest WebContents goes away before its RenderWidgetHostView is
notified of its detaching, then the RenderWidgetHostView will be unable
to access the top-level WebContents to remove itself from the
RenderWidgetHostInputEventRouter's owner map. This can lead to stale
entries in the owners map, and is a potential cause for this issue.
BUG=570646
Patch Set 1 #Patch Set 2 : Account for possibility that RenderWidgetHostViewBase* is null. #
Total comments: 2
Patch Set 3 : Fix variable names. #
Depends on Patchset: Messages
Total messages: 16 (7 generated)
|