DescriptionFix Graphics2D in NaCl.
This makes Graphics2D resource creation no longer under the "dev" flag.
It also makes binding a graphics context non-synchronous. It doesn't need to be synchronous other than returning success/failure, which almost nobody will check anyway, and most success/failure cases we can detect in the proxy anyway. Doing this prevents the synchronous bind from racing with the async creation in the nested-message-loop case which can run sync messages out-of-order.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170841
Patch Set 1 #
Total comments: 1
Patch Set 2 : comment #
Messages
Total messages: 2 (0 generated)
|