Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1368)

Unified Diff: content/public/common/content_switches.cc

Issue 2895273002: Unified the use of BufferToTextureTargetMap for all the Processes (Closed)
Patch Set: BufferToTextureTargetMap for Browser Process Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 224c03243d067c2ea952583fff28cb72c3617eb3..c1835755e58e5dc0dfea507c01dee6277b972689 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -880,6 +880,10 @@ const char kUseFakeUIForMediaStream[] = "use-fake-ui-for-media-stream";
// Texture target for CHROMIUM_image backed content textures.
const char kContentImageTextureTarget[] = "content-image-texture-target";
+// Texture target for CHROMIUM_image backed content textures for browser process
+const char kBrowserContentImageTextureTarget[] =
+ "browser-content-image-texture-target";
+
// Texture target for CHROMIUM_image backed video frame textures.
const char kVideoImageTextureTarget[] = "video-image-texture-target";

Powered by Google App Engine
This is Rietveld 408576698