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

Unified Diff: components/display_compositor/BUILD.gn

Issue 2213273002: ozone: Consolidate primary plane format. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't add BGRX_8888 to Mac, pass RGB instead of RGBA to Mac output surface and BufferQueue tests. Created 4 years, 4 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: components/display_compositor/BUILD.gn
diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
index 6afe1e6944d9c34644307055509018efaa64c6f9..dfa65cb64a5bc8ef66a3d59025260540f77a50d0 100644
--- a/components/display_compositor/BUILD.gn
+++ b/components/display_compositor/BUILD.gn
@@ -30,6 +30,7 @@ component("display_compositor") {
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",
"//skia",
+ "//ui/display/types",
"//ui/gfx",
]

Powered by Google App Engine
This is Rietveld 408576698