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

Unified Diff: ui/ozone/platform/drm/BUILD.gn

Issue 1426993003: Ozone: Dont hardcode format to YUV when using Overlay Composition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cosmetic fixes Created 5 years, 1 month 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: ui/ozone/platform/drm/BUILD.gn
diff --git a/ui/ozone/platform/drm/BUILD.gn b/ui/ozone/platform/drm/BUILD.gn
index 02c5c3487e67b462dbbf0332664bf1ff52cb441c..491e857dea5e71a7d4c792d6ec59eecdfedbd182 100644
--- a/ui/ozone/platform/drm/BUILD.gn
+++ b/ui/ozone/platform/drm/BUILD.gn
@@ -41,6 +41,8 @@ source_set("gbm") {
"gpu/drm_gpu_display_manager.h",
"gpu/drm_gpu_platform_support.cc",
"gpu/drm_gpu_platform_support.h",
+ "gpu/drm_overlay_candidate.cc",
+ "gpu/drm_overlay_candidate.h",
"gpu/drm_thread.cc",
"gpu/drm_thread.h",
"gpu/drm_thread_message_proxy.cc",

Powered by Google App Engine
This is Rietveld 408576698