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

Unified Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5

Issue 2672983003: Implements PrintBrowser mode. (Closed)
Patch Set: Rebase Created 3 years, 10 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: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
index f934de098359b77c6dc907b08ba9b5bc19570187..99503f592cad8198986047da7125f630b1d9fb17 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
@@ -701,6 +701,9 @@
name: "PreciseMemoryInfo",
},
{
+ name: "PrintBrowser",
+ },
+ {
name: "PreferredImageRasterBounds",
settable_from_internals: true,
},
@@ -805,6 +808,7 @@
},
{
name: "SlimmingPaintV2",
+ implied_by: ["PrintBrowser"],
},
{
name: "SlimmingPaintStrictCullRectClipping",
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintInvalidator.cpp ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698