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

Unified Diff: content/browser/BUILD.gn

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NativePixmapManager is singleton Created 5 years, 5 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/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 474f5624af785fef408e77d5e29f954c1ac286fa..2a225ba63b466697aedcca280fb575e03992e332 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -441,6 +441,8 @@ source_set("browser") {
"compositor/browser_compositor_overlay_candidate_validator_ozone.h",
"compositor/software_output_device_ozone.cc",
"compositor/software_output_device_ozone.h",
+ "gpu/browser_native_pixmap_manager_ozone.cc",
+ "gpu/browser_native_pixmap_manager_ozone.h",
]
}
deps += [ "//ui/compositor" ]
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | content/child/child_gpu_memory_buffer_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698