[Webkit-unassigned] [Bug 114514] Widget should not depend on AXObjectCache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 13 23:35:38 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114514





--- Comment #5 from chris fleizach <cfleizach at apple.com>  2013-04-13 23:33:54 PST ---
(From update of attachment 197859)
View in context: https://bugs.webkit.org/attachment.cgi?id=197859&action=review

> Source/WebCore/page/FrameView.h:488
> +    virtual void didAddVerticalScrollbar(Scrollbar*) OVERRIDE;

Seems like we could make do with just  two methods, something like...

enum { VERTICAL, HORIZONTAL} ScrollbarType;
virtual void addScrollbar(Scrollbar*, ScrollbarType)
virtual void removeScrollbar(Scrollbar*, ScrollbarType)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list