| Index: cc/output/overlay_candidate.cc
|
| diff --git a/cc/output/overlay_candidate.cc b/cc/output/overlay_candidate.cc
|
| index d69456868462f35c79d00b4b93d4535cbe0fb76a..658f15382bc68a9ff6d67f7512954d6e73534e3f 100644
|
| --- a/cc/output/overlay_candidate.cc
|
| +++ b/cc/output/overlay_candidate.cc
|
| @@ -196,8 +196,6 @@
|
| candidate->format = RGBA_8888;
|
| candidate->clip_rect = quad->shared_quad_state->clip_rect;
|
| candidate->is_clipped = quad->shared_quad_state->is_clipped;
|
| - candidate->needs_blending =
|
| - quad->shared_quad_state->opacity < 1.0f || quad->needs_blending;
|
|
|
| switch (quad->material) {
|
| case DrawQuad::TEXTURE_CONTENT:
|
|
|