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

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

Issue 1139903005: Add PERSISTENT_MAP usage for GpuMemoryBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: persistentmap: fixmandolinebetter Created 5 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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index a84daf37ec975019635b4a2a7da88efbe6cc04a4..550f46241c42b53a5f85f5aa22544e9cc7be235b 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -228,7 +228,8 @@ CONTENT_EXPORT extern const char kTraceUploadURL[];
CONTENT_EXPORT extern const char kUIPrioritizeInGpuProcess[];
CONTENT_EXPORT extern const char kUseFakeUIForMediaStream[];
CONTENT_EXPORT extern const char kEnableNativeGpuMemoryBuffers[];
-CONTENT_EXPORT extern const char kUseImageTextureTarget[];
+CONTENT_EXPORT extern const char kMapImageTextureTarget[];
+CONTENT_EXPORT extern const char kPersistentMapImageTextureTarget[];
reveman 2015/05/20 14:26:08 See my content/renderer/gpu/compositor_dependencie
danakj 2015/05/20 17:51:14 This is just to support partial update vs not. I a
CONTENT_EXPORT extern const char kUseMobileUserAgent[];
CONTENT_EXPORT extern const char kUseNormalPriorityForTileTaskWorkerThreads[];
extern const char kUseSurfaces[];

Powered by Google App Engine
This is Rietveld 408576698