[Webkit-unassigned] [Bug 100598] [EFL][AC] Fix bugs preventing us from running layout tests with AC turned on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 29 06:46:42 PDT 2012


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


Dominik Röttsches (drott) <dominik.rottsches at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dominik.rottsches at intel.com




--- Comment #11 from Dominik Röttsches (drott) <dominik.rottsches at intel.com>  2012-10-29 06:47:58 PST ---
(In reply to comment #4)
> (From update of attachment 171211 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=171211&action=review
> 
> > Tools/EWebLauncher/main.c:810
> > +#ifdef WTF_USE_ACCELERATED_COMPOSITING && defined HAVE_ECORE_X
> 
> I feel this is more readable:
> #if defined(WTF_USE_ACCELERATED_COMPOSITING) && defined(HAVE_ECORE_X)

While we're at it, and I don't mean to halt the cq+, but shouldn't the first part be 
#if USE(ACCELERATED_COMPOSITING)?

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