[Webkit-unassigned] [Bug 100674] [EFL][WK2] Allow using ACCELERATED_COMPOSITING without COORDINATED_GRAPHICS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 3 16:04:24 PDT 2012


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





--- Comment #38 from Yael <yael.aharon.m at gmail.com>  2012-11-03 16:05:48 PST ---
(In reply to comment #36)
> (In reply to comment #32)
> > (In reply to comment #26)
> > > View in context: https://bugs.webkit.org/attachment.cgi?id=172138&action=review
> > > 
> > > > Source/WebKit2/UIProcess/API/efl/EwkViewImpl.cpp:133
> > > > +        m_pageProxy->setUseFixedLayout(true);
> > > 
> > > m_pageProxy->setUseFixedLayout(mode == FixedLayoutMode);  on 1 line?
> > > 
> > That will trigger calling  setUseFixedLayout(false) needlessly.
> 
> True but I thought it would be more robust not to rely on what the default value is. Without this, the code gets broken easily if someone makes fixed layout the default. Anyway, this is minor.
We don't normally do that.

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