[Webkit-unassigned] [Bug 98315] Turn Compositing on by default in WebKit build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 16:20:25 PDT 2012


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





--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com>  2012-10-03 16:20:50 PST ---
(From update of attachment 166985)
View in context: https://bugs.webkit.org/attachment.cgi?id=166985&action=review

> Source/WebCore/Configurations/FeatureDefines.xcconfig:51
>  ENABLE_CSS_IMAGE_ORIENTATION = ;
>  ENABLE_CSS_IMAGE_RESOLUTION = ;
>  ENABLE_CSS_REGIONS = ENABLE_CSS_REGIONS;
>  ENABLE_CSS_SHADERS = ENABLE_CSS_SHADERS;
> -ENABLE_CSS_COMPOSITING = ;
> +ENABLE_CSS_COMPOSITING = ENABLE_CSS_COMPOSITING;
>  ENABLE_CSS_STICKY_POSITION = ENABLE_CSS_STICKY_POSITION;
>  ENABLE_CSS_VARIABLES = ;
>  ENABLE_CSS3_TEXT_DECORATION = ;

You need to do this in all the FeatureDefines.xcconfig files, and make sure ENABLE_CSS_COMPOSITING is included in the FEATURE_DEFINES lines.

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