Bug 91438 - [chromium] Turn off ScrollbarLayerChromium for Windows due to bad alpha values
Summary: [chromium] Turn off ScrollbarLayerChromium for Windows due to bad alpha values
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adrienne Walker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-16 15:55 PDT by Adrienne Walker
Modified: 2012-07-16 18:24 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.36 KB, patch)
2012-07-16 16:05 PDT, Adrienne Walker
kbr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrienne Walker 2012-07-16 15:55:49 PDT
[chromium] Turn off ScrollbarLayerChromium for Windows due to bad alpha values
Comment 1 Adrienne Walker 2012-07-16 16:05:25 PDT
Created attachment 152634 [details]
Patch
Comment 2 Adrienne Walker 2012-07-16 16:08:55 PDT
This is intended to fix http://crbug.com/133944.

That bug likely started happening due to my change in http://trac.webkit.org/changeset/120134 which turned on the use of ScrollbarLayerChromium even when the threaded compositor wasn't turned on.  This method of drawing scrollbars is clearly not ready for all platforms yet.
Comment 3 Kenneth Russell 2012-07-16 17:07:34 PDT
Comment on attachment 152634 [details]
Patch

OK. r=me
Comment 4 Adrienne Walker 2012-07-16 18:24:58 PDT
Committed r122791: <http://trac.webkit.org/changeset/122791>