| Index: cc/output/overlay_strategy_single_on_top.cc
|
| diff --git a/cc/output/overlay_strategy_single_on_top.cc b/cc/output/overlay_strategy_single_on_top.cc
|
| index 0cc5d998564c1fd3b16f45010a00114e4d155afb..8cfda2864da7d309b95339e1a1728e75b94dea4e 100644
|
| --- a/cc/output/overlay_strategy_single_on_top.cc
|
| +++ b/cc/output/overlay_strategy_single_on_top.cc
|
| @@ -37,8 +37,6 @@ bool OverlayStrategySingleOnTop::Attempt(
|
| for (auto it = quad_list->begin(); it != quad_list->end(); ++it) {
|
| OverlayCandidate candidate;
|
| if (OverlayCandidate::FromDrawQuad(resource_provider, *it, &candidate) &&
|
| - // TODO(dcastagna): Remove this once drm platform supports transforms.
|
| - candidate.transform == gfx::OVERLAY_TRANSFORM_NONE &&
|
| !OverlayCandidate::IsOccluded(candidate, quad_list->cbegin(), it)) {
|
| // We currently reject quads with alpha that do not request alpha blending
|
| // since the alpha channel might not be set to 1 and we're not disabling
|
|
|