Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index d77355530d8f9c1948a6976c241a68b133ccb3ea..1e10d8ba3d3334f25c2047f90a3761fe1ce3ecef 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -849,8 +849,8 @@ const char kUseFakeUIForMediaStream[] = "use-fake-ui-for-media-stream"; |
// Enable native GPU memory buffer support when available. |
const char kEnableNativeGpuMemoryBuffers[] = "enable-native-gpu-memory-buffers"; |
-// Use TEXTURE_EXTERNAL_OES target with CHROMIUM_image extension. |
-const char kUseImageExternal[] = "use-image-external"; |
+// Set target of texture backed image. |
reveman
2014/12/03 15:57:19
I don't understand this comment. Maybe something l
|
+const char kImageTextureTarget[] = "image-texture-target"; |
reveman
2014/12/03 15:57:19
nit: kUseImageTextureTarget and "use-image-texture
|
// Set when Chromium should use a mobile user agent. |
const char kUseMobileUserAgent[] = "use-mobile-user-agent"; |