mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-18 21:02:52 +00:00
Bug 1481655. Don't add recordings of the hit test info to blob images. r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D2938 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
de4435eec5
commit
da9d4bb3c0
@ -748,7 +748,9 @@ struct DIGroup
|
||||
GP("doing children in EndGroup\n");
|
||||
aGrouper->PaintContainerItem(this, item, bounds, children, aContext, aRecorder);
|
||||
} else {
|
||||
if (dirty) {
|
||||
// Hit test items don't have anything to paint so skip them. Ideally we
|
||||
// would drop these items earlier...
|
||||
if (dirty && item->GetType() != DisplayItemType::TYPE_COMPOSITOR_HITTEST_INFO) {
|
||||
// What should the clip settting strategy be? We can set the full clip everytime.
|
||||
// this is probably easiest for now. An alternative would be to put the push and the pop
|
||||
// into separate items and let invalidation handle it that way.
|
||||
|
Loading…
Reference in New Issue
Block a user