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

Unified Diff: Source/core/frame/Settings.in

Issue 204093002: GraphicsContext culling support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop GC cull stack, misc fixes. Created 6 years, 9 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
Index: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 23e2cc3dadc84fd9f0e2f8a84d058284dc8263d3..6120c058e282f8603aade9bfc40bc9b5d3f10caf 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -90,6 +90,9 @@ allowScriptsToCloseWindows initial=false
deferredFiltersEnabled initial=false
regionBasedColumnsEnabled initial=false
+# FIXME: disable by default before landing
+containerCullingEnabled initial=true
+
# FIXME: This should really be disabled by default as it makes platforms that
# don't support the feature download files they can't use by.
# Leaving enabled for now to not change existing behavior.
« no previous file with comments | « no previous file | Source/core/rendering/RenderBlock.cpp » ('j') | Source/platform/graphics/GraphicsContextCullSaver.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698