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

Unified Diff: mojo/cc/BUILD.gn

Issue 640023004: cc: Make OutputSurface::SwapBuffers pure virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@latinfo
Patch Set: and rebase Created 6 years, 2 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: mojo/cc/BUILD.gn
diff --git a/mojo/cc/BUILD.gn b/mojo/cc/BUILD.gn
index af2a8e50f64cf06eefb84f8cc28daf548f4a1461..91aa330336a546981aec6fe44fb698aeb336be51 100644
--- a/mojo/cc/BUILD.gn
+++ b/mojo/cc/BUILD.gn
@@ -18,6 +18,8 @@ source_set("cc") {
sources = [
"context_provider_mojo.cc",
"context_provider_mojo.h",
+ "direct_output_surface.cc",
+ "direct_output_surface.h",
"output_surface_mojo.cc",
"output_surface_mojo.h",
]

Powered by Google App Engine
This is Rietveld 408576698