Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2460)

Unified Diff: content/renderer/render_thread_impl.cc

Issue 12681024: Enable CSS Blending support under the webkit experimental features chromium flag. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Rebase, add correct email to the authors list Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 94430baebd99f7a3958c1bb0b7ea743f13264ba5..b80808f5dda47fd772c7760bcf9c142bd790900b 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -781,6 +781,7 @@ void RenderThreadImpl::EnsureWebKitInitialized() {
WebRuntimeFeatures::enableCSSExclusions(true);
WebRuntimeFeatures::enableExperimentalContentSecurityPolicyFeatures(true);
WebRuntimeFeatures::enableCSSRegions(true);
+ WebRuntimeFeatures::enableCSSCompositing(true);
WebRuntimeFeatures::enableDialogElement(true);
WebRuntimeFeatures::enableFontLoadEvents(true);
}
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698