Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 0e43623da575f0e707d9f64499e97b61ac94d36d..8baff4e95506ddfa0065f913e0f6d6510a03545b 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -866,6 +866,10 @@ const char kContentImageTextureTarget[] = "content-image-texture-target"; |
// Texture target for CHROMIUM_image backed video frame textures. |
const char kVideoImageTextureTarget[] = "video-image-texture-target"; |
+// Used in conjunction with kUseRemoteCompositing to enable the updated remote |
+// compositing path using cc::LayerTreeHostRemote. |
+const char kUseLayerTreeHostRemote[] = "use-layer-tree-host-remote"; |
+ |
// Set when Chromium should use a mobile user agent. |
const char kUseMobileUserAgent[] = "use-mobile-user-agent"; |