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

Unified Diff: components/view_manager/surfaces/public/interfaces/BUILD.gn

Issue 1281663002: Mandoline: Allow submitting CompositorFrames directly to mojo::Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 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/view_manager/surfaces/public/interfaces/BUILD.gn
diff --git a/components/view_manager/surfaces/public/interfaces/BUILD.gn b/components/view_manager/surfaces/public/interfaces/BUILD.gn
index 11eb0eca33f8778b441dfdca98b645daa8f45518..405c508a604a9d9d1deeff8650a260cc488da713 100644
--- a/components/view_manager/surfaces/public/interfaces/BUILD.gn
+++ b/components/view_manager/surfaces/public/interfaces/BUILD.gn
@@ -6,6 +6,7 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
+ "compositor_frame.mojom",
"quads.mojom",
"surfaces.mojom",
]

Powered by Google App Engine
This is Rietveld 408576698