Chromium Code Reviews
Description[wrapper-tracing] Fix tracing of WebGL2RenderingContextBase
We are not allowed to short-circuit tracing here (and actually nowhere) because
the rendering context can regain a context and at this point tracing is off,
i.e., the object is already black but members have not been traced.
We don't want black to white transitions in wrapper tracing, so just trace the
body of WebGL2RenderingContextBase unconditionally. The overhead should be
negligible.
BUG=chromium:678016
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Review-Url: https://codereview.chromium.org/2623513003
Cr-Commit-Position: refs/heads/master@{#442379}
Committed: https://chromium.googlesource.com/chromium/src/+/55871d7b7bf86a7e67cd5380d6fb2e1ffdc44f98
Patch Set 1 #
Messages
Total messages: 15 (9 generated)
|
|||||||||||||||||||