DescriptionFixes bad code in OnViewVisibilityChanged
Problem was when OnViewVisibilityChanged is received the client was
calling back to the server to change the visibility again. This is
totally wrong as the client receiving a notification doesn't need to
tell the server to change the visibility agian. This lead to problems
if a client was rapidly changing the visibility as the second client
would receive the change and then try to change the visibility too.
R=erg@chromium.org, alhaad@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/3d23dae011859a2aae49f1d1adde705c8e85d819
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|