MacViews: WidgetTest.Transparency_DesktopWidgetTranslucent failing |
|||
Issue descriptionRegressed over the weekend. Chrome Version : 53.0.2774.3 OS Version: OS X 10.11.5 [ RUN ] WidgetTest.Transparency_DesktopWidgetTranslucent [28148:1299:0626/170548:8329881112453:ERROR:native_widget_mac.mm(282)] Not implemented reached in virtual void views::NativeWidgetMac::SetWindowIcons(const gfx::ImageSkia &, const gfx::ImageSkia &) ../../ui/views/widget/widget_unittest.cc:3812: Failure Value of: widget.ShouldWindowContentsBeTransparent() Actual: false Expected: IsNativeWindowTransparent(widget.GetNativeWindow()) Which is: true
,
Dec 7 2016
,
Dec 8 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/4c69b77738d6120a4e347cdcc25714fbfc77dc13 commit 4c69b77738d6120a4e347cdcc25714fbfc77dc13 Author: tapted <tapted@chromium.org> Date: Thu Dec 08 01:54:18 2016 MacViews: Fix CompositingWidgetTest.Transparency_DesktopWidgetTranslucent NativeWidgetMac::ShouldWindowContentsBeTransparent() always returns false. The method is used by c/b/ui/views/tab_strip.cc when painting the tab strip. When the Cocoa browser started supporting translucency around the tab strip (using NSVisualEffectView) it was too subtle to require changes around the painting of tabs, so this is probably going to remain the case. BUG= 623421 Review-Url: https://codereview.chromium.org/2552813006 Cr-Commit-Position: refs/heads/master@{#437131} [modify] https://crrev.com/4c69b77738d6120a4e347cdcc25714fbfc77dc13/ui/views/widget/widget_unittest.cc
,
Dec 8 2016
,
Jan 24 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Jun 27 2016