summaryrefslogtreecommitdiff
path: root/chromium/components/viz/common/switches.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-10-26 13:57:00 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-11-02 11:31:01 +0000
commit1943b3c2a1dcee36c233724fc4ee7613d71b9cf6 (patch)
tree8c1b5f12357025c197da5427ae02cfdc2f3570d6 /chromium/components/viz/common/switches.cc
parent21ba0c5d4bf8fba15dddd97cd693bad2358b77fd (diff)
downloadqtwebengine-chromium-1943b3c2a1dcee36c233724fc4ee7613d71b9cf6.tar.gz
BASELINE: Update Chromium to 94.0.4606.111
Change-Id: I924781584def20fc800bedf6ff41fdb96c438193 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/viz/common/switches.cc')
-rw-r--r--chromium/components/viz/common/switches.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/chromium/components/viz/common/switches.cc b/chromium/components/viz/common/switches.cc
index ef1aecec89f..0b28190124e 100644
--- a/chromium/components/viz/common/switches.cc
+++ b/chromium/components/viz/common/switches.cc
@@ -27,12 +27,6 @@ const char kDisableFrameRateLimit[] = "disable-frame-rate-limit";
// Sets the number of max pending frames in the GL buffer queue to 1.
const char kDoubleBufferCompositing[] = "double-buffer-compositing";
-const char kDraw1Point12Ms[] = "1-pt-12ms";
-const char kDraw2Points6Ms[] = "2-pt-6ms";
-const char kDraw1Point6Ms[] = "1-pt-6ms";
-const char kDraw2Points3Ms[] = "2-pt-3ms";
-const char kDrawPredictedInkPoint[] = "draw-predicted-ink-point";
-
// Experimental de-jelly support.
const char kEnableDeJelly[] = "enable-de-jelly";
@@ -42,10 +36,6 @@ const char kEnableDeJelly[] = "enable-de-jelly";
// fullscreen overlay and use it as main framebuffer where possible.
const char kEnableHardwareOverlays[] = "enable-hardware-overlays";
-// Enables inspecting Viz Display Compositor objects. Default port is 9229.
-// For local inspection use chrome://inspect#other
-const char kEnableVizDevTools[] = "enable-viz-devtools";
-
// Enables hit-test debug logging.
const char kEnableVizHitTestDebug[] = "enable-viz-hit-test-debug";