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

Unified Diff: gpu/command_buffer/client/BUILD.gn

Issue 2252163003: Update Context Client Visibility to use Scoped Pattern (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup 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: gpu/command_buffer/client/BUILD.gn
diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
index bd901bd68c69cb845c6bbc9412c16786f164d4ca..1d84d57d755041c304b8a230847bd38871b8227c 100644
--- a/gpu/command_buffer/client/BUILD.gn
+++ b/gpu/command_buffer/client/BUILD.gn
@@ -48,6 +48,8 @@ source_set("client_sources") {
"mapped_memory.h",
"ring_buffer.cc",
"ring_buffer.h",
+ "scoped_visibility_impl.cc",
+ "scoped_visibility_impl.h",
"transfer_buffer.cc",
"transfer_buffer.h",
]

Powered by Google App Engine
This is Rietveld 408576698