Index: cc/output/overlay_candidate.cc |
diff --git a/cc/output/overlay_candidate.cc b/cc/output/overlay_candidate.cc |
index 5931e7da82815f808b9310dac68a3683f7fffc24..658f15382bc68a9ff6d67f7512954d6e73534e3f 100644 |
--- a/cc/output/overlay_candidate.cc |
+++ b/cc/output/overlay_candidate.cc |
@@ -175,7 +175,6 @@ |
use_output_surface_for_resource(false), |
resource_id(0), |
plane_z_order(0), |
- needs_blending(false), |
overlay_handled(false) {} |
OverlayCandidate::~OverlayCandidate() {} |
@@ -197,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: |