[Webkit-unassigned] [Bug 71595] [chromium] Add draw-time scale delta to compositor thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 15:27:43 PST 2011


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





--- Comment #15 from James Robinson <jamesr at chromium.org>  2011-11-08 15:27:43 PST ---
(From update of attachment 114153)
View in context: https://bugs.webkit.org/attachment.cgi?id=114153&action=review

> Source/WebCore/ChangeLog:6
> +        Reviewed by James Robinson.

getting a bit ahead of yourself there I think :)

> Source/WebCore/platform/graphics/chromium/LayerChromium.h:135
> +    bool scrollable() const { return m_scrollable; }
> +    void setScrollable(bool scrollable) { m_scrollable = true; }

can you update LayerChromiumTest.cpp's checkPropertyChangeCausesCorrectBehavior test for this property?

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