Bug 69163 - Remove custom scrollbar painting hooks
Summary: Remove custom scrollbar painting hooks
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-30 12:45 PDT by Anders Carlsson
Modified: 2011-10-03 15:30 PDT (History)
1 user (show)

See Also:


Attachments
Patch (17.80 KB, patch)
2011-09-30 12:56 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (23.72 KB, patch)
2011-09-30 14:27 PDT, Anders Carlsson
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>