[webkit-reviews] review granted: [Bug 136650] Rubber-banding in the DOM view of the WebInspector is really jumpy : [Attachment 237865] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 10 08:32:00 PDT 2014


Darin Adler <darin at apple.com> has granted Beth Dakin <bdakin at apple.com>'s
request for review:
Bug 136650: Rubber-banding in the DOM view of the WebInspector is really jumpy
https://bugs.webkit.org/show_bug.cgi?id=136650

Attachment 237865: Patch
https://bugs.webkit.org/attachment.cgi?id=237865&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=237865&action=review


> Source/WebCore/rendering/RenderLayer.cpp:1399
> +    return false;
> +#else
> +    return false;
> +#endif

Could omit the else and share the "return false". Not sure if it would be
better or not.


More information about the webkit-reviews mailing list