Bug 82113 - [chromium] Add to CCLayerTreeHostImplTest to make sure it handles null root layer.
Summary: [chromium] Add to CCLayerTreeHostImplTest to make sure it handles null root l...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michal Mocny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-23 18:50 PDT by Michal Mocny
Modified: 2013-04-15 06:42 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocny 2012-03-23 18:50:08 PDT
There were segfaults due to having a null root layer (https://bugs.webkit.org/show_bug.cgi?id=82108) which were fixed.

We should make sure CCLayerTreeHostImpl is more robust to this, and write tests to confirm.