Bug 69163

Summary: Remove custom scrollbar painting hooks
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: jeffm
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch ap: review+

Description Anders Carlsson 2011-09-30 12:45:50 PDT
Remove custom scrollbar painting hooks
Comment 1 Anders Carlsson 2011-09-30 12:56:37 PDT
Created attachment 109331 [details]
Patch
Comment 2 Alexey Proskuryakov 2011-09-30 13:26:29 PDT
Comment on attachment 109331 [details]
Patch

We should also remove ScrollView* arguments.
Comment 3 Anders Carlsson 2011-09-30 14:27:56 PDT
Created attachment 109348 [details]
Patch
Comment 4 Alexey Proskuryakov 2011-09-30 17:23:13 PDT
Comment on attachment 109348 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=109348&action=review

> Source/WebKit/win/ChangeLog:6
> +        Remove custom scrollbar painting hooks
> +        https://bugs.webkit.org/show_bug.cgi?id=69163
> +
> +        Reviewed by NOBODY (OOPS!).

The previous patch had an explanation here.
Comment 5 Anders Carlsson 2011-10-03 15:30:27 PDT
Committed r96549: <http://trac.webkit.org/changeset/96549>