Commit c3e9cc67 authored by Philip Rogers's avatar Philip Rogers Committed by Commit Bot

[CI] Remove spurious else block from PaintLayerPainter

This empty else block was added in [1] and is not used.

[1] crrev.com/e6a9a5cd

Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Ibcb1a26f98ca7a641d069b8bdd612002569a6404
Reviewed-on: https://chromium-review.googlesource.com/982158Reviewed-by: default avatarChris Harrelson <chrishtr@chromium.org>
Commit-Queue: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546185}
parent a4fdbbaf
...@@ -588,8 +588,6 @@ PaintResult PaintLayerPainter::PaintLayerContents( ...@@ -588,8 +588,6 @@ PaintResult PaintLayerPainter::PaintLayerContents(
? ClipRect() ? ClipRect()
: filter_fragments[0].background_rect, : filter_fragments[0].background_rect,
local_painting_info, paint_flags); local_painting_info, paint_flags);
} else if (RuntimeEnabledFeatures::SlimmingPaintV175Enabled() &&
paint_layer_.PaintsWithFilters()) {
} }
bool is_painting_root_layer = (&paint_layer_) == painting_info.root_layer; bool is_painting_root_layer = (&paint_layer_) == painting_info.root_layer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment