Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index 864556e5a8363269ca78c5fa62aa438c1746ae7d..6c54bb9648e1f84e0511c313a21bcd082ce7c5ad 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -281,6 +281,9 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaDebugger[]; |
#if defined(OS_CHROMEOS) |
CONTENT_EXPORT extern const char kDisablePanelFitting[]; |
+#endif |
+ |
+#if defined(OS_LINUX) |
CONTENT_EXPORT extern const char kDisableVaapiAcceleratedVideoEncode[]; |
#endif |