Bug 74149 - WebScrollbarPainterDelegate should have a pointer to its Scrollbar
Summary: WebScrollbarPainterDelegate should have a pointer to its Scrollbar
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-12-08 17:47 PST by Anders Carlsson
Modified: 2011-12-08 17:54 PST (History)
1 user (show)

See Also:


Attachments
Patch (5.82 KB, patch)
2011-12-08 17:47 PST, Anders Carlsson
darin: 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-12-08 17:47:07 PST
WebScrollbarPainterDelegate should have a pointer to its Scrollbar
Comment 1 Anders Carlsson 2011-12-08 17:47:41 PST
Created attachment 118502 [details]
Patch
Comment 2 Darin Adler 2011-12-08 17:48:49 PST
Comment on attachment 118502 [details]
Patch

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

> Source/WebCore/ChangeLog:3
> +        WebScrollbarPainterDelegate should have a pointer to its Scrollbar

Why?
Comment 3 Anders Carlsson 2011-12-08 17:52:33 PST
(In reply to comment #2)
> (From update of attachment 118502 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=118502&action=review
> 
> > Source/WebCore/ChangeLog:3
> > +        WebScrollbarPainterDelegate should have a pointer to its Scrollbar
> 
> Why?

It's a step towards simplifying the scroll animator code and making it more robust.
Comment 4 Anders Carlsson 2011-12-08 17:54:14 PST
Committed r102409: <http://trac.webkit.org/changeset/102409>