[Webkit-unassigned] [Bug 111229] Don't apply page scale to clipRect if applyPageScaleFactorInCompositor is set to true

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 14:30:17 PST 2013


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





--- Comment #5 from Darin Adler <darin at apple.com>  2013-03-04 14:32:41 PST ---
(From update of attachment 191060)
View in context: https://bugs.webkit.org/attachment.cgi?id=191060&action=review

> Source/WebCore/rendering/RenderLayerCompositor.cpp:787
> +    if (Settings* settings = m_renderView->document()->settings())
> +        if (!settings->applyPageScaleFactorInCompositor())
> +            clipRect.scale(pageScaleFactor());

WebKit coding style requires braces around the body of the outer if since the inner if is two lines long.

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