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

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 1262043002: Implement DRM Native Pixmap using prime buffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-master
Patch Set: ToT rebase Created 4 years, 11 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/browser/gpu/gpu_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index 913d7e1c34099a24614da6ab18b9019e5ca597c8..4d19b18484fa0b906b83d7f678069b5c28cb0192 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -138,6 +138,7 @@ static const char* const kSwitchNames[] = {
#endif
#if defined(USE_OZONE)
switches::kOzonePlatform,
+ switches::kOzoneUseDmaBufMmap,
#endif
#if defined(USE_X11) && !defined(OS_CHROMEOS)
switches::kWindowDepth,

Powered by Google App Engine
This is Rietveld 408576698