Chromium Code Reviews
DescriptionFix GpuProcessTransportFactory destructor crash
https://codereview.chromium.org/2297473002 changed a raw pointer in
GpuProcessTransportFactory into a unique_ptr, which caused some
additional shutdown behavior (destroying map entries) that was not
there before the patch.
PerCompositorData depends on SurfaceManager existing (to unregister
begin frame sources from ~Display). So, SurfaceManager's lifetime
should exceed the lifetime of all Displays.
BUG=642803
Committed: https://crrev.com/1a1031cf083156956a7b6f4934089281da6981c0
Cr-Commit-Position: refs/heads/master@{#416756}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|
||||||||||||||||||||||||||||