[Webkit-unassigned] [Bug 46258] [EFL] Add support for scaling the contents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 19 06:23:38 PST 2010


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





--- Comment #10 from Alex Bredariol Grilo <abgrilo at profusion.mobi>  2010-11-19 06:23:37 PST ---
(In reply to comment #9)
> (From update of attachment 68367 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=68367&action=review
> 
> > WebCore/platform/ScrollView.cpp:870
> > -    context->clip(visibleContentRect());
> > +    IntRect visibleRect = visibleContentRect();
> > +    context->clip(visibleRect);
> 
> What's going on here?

It remains of some previous multiplication that was removed later.
Sorry for that, it will be removed in the updated patch.

> > WebCore/rendering/RenderBoxModelObject.cpp:114
> > -    bool contextIsScaled = !currentTransform.isIdentityOrTranslationOrFlipped();
> > +    bool contextIsScaled = false;
> 
> Please explain this change.

Sorry for that too. This remains of an old implementation. It will
also be removed in the updated patch.

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