Index: cc/base/switches.cc |
diff --git a/cc/base/switches.cc b/cc/base/switches.cc |
index 57984af68482eb7bd6b1e6077bc88fdb448e54cf..7e4995a84062664be64993af029491ce43d3a9be 100644 |
--- a/cc/base/switches.cc |
+++ b/cc/base/switches.cc |
@@ -29,9 +29,6 @@ const char kDisableImplSidePainting[] = "disable-impl-side-painting"; |
// Paint content on the compositor thread instead of the main thread. |
const char kEnableImplSidePainting[] = "enable-impl-side-painting"; |
-// Try to finish display pipeline before vsync tick |
-const char kEnableRightAlignedScheduling[] = "enable-right-aligned-scheduling"; |
- |
const char kEnableTopControlsPositionCalculation[] = |
"enable-top-controls-position-calculation"; |