DescriptionWhen swapping render widget hosts the previous host instance is destroyed after the new host instance is created. This causes an issue because the ViewProp destructor used for saving the host's HWND for accessibility clears the new host's ViewProp since the key (the parent tab contents view host) is identical. Updating the code to explicitly clear the accessibility ViewProp inside Hide() and set it inside Show().
BUG=70657
TEST=Manual. Inspect32.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72524
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|