Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 2afce6932379b473d2889cf83bd155fa630ff258..43a7ae97e5fdce757971697d0aa7b4e9ed3bcee9 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -107,6 +107,9 @@ const char kDisableFileSystem[] = "disable-file-system"; |
// Disable 3D inside of flapper. |
const char kDisableFlash3d[] = "disable-flash-3d"; |
+// Disable using 3D to present fullscreen flash |
+const char kDisableFlashFullscreen3d[] = "disable-flash-fullscreen-3d"; |
+ |
// Disable Stage3D inside of flapper. |
const char kDisableFlashStage3d[] = "disable-flash-stage3d"; |