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

Unified Diff: mojo/gpu/BUILD.gn

Issue 761503004: Fix several leaks in the Sky compositor (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix typo Created 6 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
« no previous file with comments | « no previous file | mojo/gpu/gl_context_owner.h » ('j') | sky/compositor/resource_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/gpu/BUILD.gn
diff --git a/mojo/gpu/BUILD.gn b/mojo/gpu/BUILD.gn
index 973168d914834c965087ddacea40271e79fd0cec..070c33079de6800652ea19e27d8b83773babb093 100644
--- a/mojo/gpu/BUILD.gn
+++ b/mojo/gpu/BUILD.gn
@@ -6,6 +6,8 @@ static_library("gpu") {
sources = [
"gl_context.cc",
"gl_context.h",
+ "gl_context_owner.cc",
+ "gl_context_owner.h",
"gl_texture.cc",
"gl_texture.h",
]
« no previous file with comments | « no previous file | mojo/gpu/gl_context_owner.h » ('j') | sky/compositor/resource_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698