Bug 1337130. Fixup. Make sure nsDisplayCaret doesn't return LAYER_INACTIVE. r=me

This commit is contained in:
Mason Chang 2017-02-14 14:00:25 -08:00
parent ef3d9a921c
commit 644a86e4c6

View File

@ -4396,7 +4396,7 @@ nsDisplayCaret::GetLayerState(nsDisplayListBuilder* aBuilder,
return LAYER_ACTIVE;
}
return LAYER_INACTIVE;
return LAYER_NONE;
}
already_AddRefed<Layer>