[Webkit-unassigned] [Bug 113627] [EFL][WK2] --no-tiled-backing-store build fails because of not used #if USE(ACCELERATED_COMPOSITING)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 14:29:10 PDT 2013


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





--- Comment #8 from Ed Bartosh <bartosh at gmail.com>  2013-04-04 14:27:21 PST ---
> Why the #else block?
Well, actually it's not needed as mainFrameView is not used further in the code. I'll update the patch this way:
#if USE(ACCELERATED_COMPOSITING)
    FrameView* mainFrameView = page->mainFrame()->view();
    if (mainFrameView) {
         mainFrameView->setHeaderHeight(0);
         mainFrameView->setFooterHeight(0);
#endif

I'll also rebase it as it's quite old and might not apply.

Thank you for review!

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