WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
167548
[GTK] ASSERTION FAILED: !m_layerTreeHost in DrawingAreaImpl::display()
https://bugs.webkit.org/show_bug.cgi?id=167548
Summary
[GTK] ASSERTION FAILED: !m_layerTreeHost in DrawingAreaImpl::display()
Carlos Garcia Campos
Reported
2017-01-28 02:23:15 PST
The problem is that non accelerated compositing forceRepaint implementation is doing a layout and then calling display. The layout makes the drawing area enter in AC mode and display asserts that we have a layer tree host. forceRepaint shouldn't do the layout because display already does that and it correctly handles the case of entering AC mode during the layout. It shouldn't call setNeedsDisplay either, because that schedules a display, but we are going to display synchronously.
Attachments
Patch
(1.88 KB, patch)
2017-01-28 02:25 PST
,
Carlos Garcia Campos
mcatanzaro
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2017-01-28 02:25:11 PST
Created
attachment 300016
[details]
Patch
Carlos Garcia Campos
Comment 2
2017-01-28 23:15:44 PST
Committed
r211346
: <
http://trac.webkit.org/changeset/211346
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug