Commit 2143dc46 authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Remove repeated line of code.

Removing a redundant/repeated boolean expression.

TBR=alexmos@chromium.org

Bug: n/a
Change-Id: I1b64c620412279ca6871710ef0a7a67807cbbb8a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214902Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771598}
parent de8657a4
......@@ -2406,8 +2406,6 @@ bool RenderWidgetHostImpl::StoredVisualPropertiesNeedsUpdate(
new_visual_properties.screen_info ||
old_visual_properties->compositor_viewport_pixel_rect !=
new_visual_properties.compositor_viewport_pixel_rect ||
old_visual_properties->compositor_viewport_pixel_rect !=
new_visual_properties.compositor_viewport_pixel_rect ||
old_visual_properties->is_fullscreen_granted !=
new_visual_properties.is_fullscreen_granted ||
old_visual_properties->display_mode !=
......
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