Remove LayoutTheme::IsFocusRingOutset()
This patch removes LayoutTheme::IsFocusRingOutset() as it's only implemented in one place and returns always "false". Due to this we can also remove the method ShouldDrawInnerFocusRingForContrast() in graphics_context.cc, as it always return "false" too. No new tests as it's covered by existent tests, just removing dead code. Change-Id: Ib4715770603d2ac66b353c7d077b75385e24aa3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134248Reviewed-by:Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#756266}
Showing
Please register or sign in to comment