Index: content/shell/common/shell_switches.h |
diff --git a/content/shell/common/shell_switches.h b/content/shell/common/shell_switches.h |
index fb830f27eb7f125a610da1f9855fb4366b9f493d..b3d0d0278b68aee077fbae2e893db4a27d436d07 100644 |
--- a/content/shell/common/shell_switches.h |
+++ b/content/shell/common/shell_switches.h |
@@ -16,6 +16,9 @@ extern const char kContentShellDataPath[]; |
extern const char kCrashDumpsDir[]; |
extern const char kDumpRenderTree[]; |
extern const char kEnableAccelerated2DCanvas[]; |
+extern const char kEnableFontAntialiasing[]; |
+// FIXME(dro) crbug.com/367082: Remove kEnableFontSmoothing |
+// once the rename is complete on the Blink side. |
extern const char kEnableFontSmoothing[]; |
extern const char kEnableLeakDetection[]; |
extern const char kEncodeBinary[]; |