Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Issue 1089783003: Fix use-after-free due to stale registered viewport layers (Closed)

Created:
5 years, 8 months ago by enne (OOO)
Modified:
5 years, 8 months ago
Reviewers:
esprehn
CC:
blink-reviews
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Fix use-after-free due to stale registered viewport layers The old willCloseLayerTreeView used to turn off accelerated compositing before deleting the layer tree view. The new code also needs to set a null root graphics layer to unregister viewport layers in the same way. This was caused by https://codereview.chromium.org/1078473002. R=esprehn@chromium.org BUG=478578

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M Source/web/WebViewImpl.cpp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
enne (OOO)
5 years, 8 months ago (2015-04-20 23:15:22 UTC) #1
enne (OOO)
5 years, 8 months ago (2015-04-23 21:05:39 UTC) #2
Nevermind.  Original patch was reverted, and I'll roll this in there.

Powered by Google App Engine
This is Rietveld 408576698