Bug 130810 - Assertion failure in RemoteLayerBackingStore::flush
Summary: Assertion failure in RemoteLayerBackingStore::flush
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-26 18:35 PDT by Tim Horton
Modified: 2014-03-26 18:49 PDT (History)
2 users (show)

See Also:


Attachments
patch (2.07 KB, patch)
2014-03-26 18:37 PDT, Tim Horton
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-03-26 18:35:10 PDT
We don't always have backing store to flush, if platformCALayerDrawsContent() is false.
We also can't assert that we have a back surface, because the very first paint will not.

<rdar://problem/16439276>
Comment 1 Tim Horton 2014-03-26 18:37:29 PDT
Created attachment 227906 [details]
patch

needs testing before landing, though (waiting for debug build)
Comment 2 Tim Horton 2014-03-26 18:49:04 PDT
http://trac.webkit.org/changeset/166331