[Webkit-unassigned] [Bug 47320] [Performance] Only call sendContentResizeNotification when the scrollbar actually did change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 11 13:41:21 PDT 2011


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





--- Comment #18 from Brent Fulgham <bfulgham at webkit.org>  2011-04-11 13:41:20 PST ---
(From update of attachment 78365)
View in context: https://bugs.webkit.org/attachment.cgi?id=78365&action=review

> Source/WebCore/platform/ScrollView.cpp:89
> +    ASSERT(!(hasBar && avoidScrollbarCreation()));

I don't understand why the "hasBar && avoidScrollbarCreation()" test no longer returns.  You assert if this case is true -- do you want to execute the code under this condition?

> Source/WebCore/platform/ScrollView.cpp:105
> +    ASSERT(!(hasBar && avoidScrollbarCreation()));

Ditto

-- 
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