Chromium Code Reviews
DescriptionRevert of Scale scrollbar in use-zoom-for-dsf mode (patchset #9 id:340001 of https://codereview.chromium.org/1560403002/ )
Reason for revert:
This is causing oilpan compile errors under Clang:
../../third_party/WebKit/Source/platform/scroll/Scrollbar.h:196:5: note: [blink-gc] Raw pointer field 'm_hostWindow' to a GC managed class declared here:
HostWindow* m_hostWindow;
Original issue's description:
> Scale scrollbar in use-zoom-for-dsf mode
>
> * Scale the size of scrollbar
> * Compute the trackRect in ScrollbarThemeNonMacCommon using width/height of the reference scrollbar to compute thickness, instead of using scrollbarThickness
>
> BUG=485650
> TEST=manual. Layout test will be covered in a separate CL that adds virtual test suite for this mode.
> CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
>
> Committed: https://crrev.com/0a1920a7d4dd833fa8cffb4b7acd38b040236326
> Cr-Commit-Position: refs/heads/master@{#369477}
TBR=skobes@chromium.org,eae@chromium.org,oshima@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=485650
Committed: https://crrev.com/7a6ed5b30840876c7d0e37b942e5bd2fd44ca93c
Cr-Commit-Position: refs/heads/master@{#369492}
Patch Set 1 #Messages
Total messages: 10 (3 generated)
|