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

Unified Diff: content/content_common.gypi

Issue 1095893002: gpu: Fix some context lost marking glitches+leaks and add UMA stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GLManager and fix another resource leak (comment #15) Created 5 years, 8 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index c380dfb6a168b8b084fcb1a82a6f5ef2ec8ff2a4..d07238a5e34cb4fb0f5e76ec11a9738aa59b2f17 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -266,6 +266,8 @@
'common/gin_java_bridge_messages.h',
'common/gpu/client/command_buffer_proxy_impl.cc',
'common/gpu/client/command_buffer_proxy_impl.h',
+ 'common/gpu/client/command_buffer_metrics.cc',
+ 'common/gpu/client/command_buffer_metrics.h',
'common/gpu/client/context_provider_command_buffer.cc',
'common/gpu/client/context_provider_command_buffer.h',
'common/gpu/client/gl_helper.cc',

Powered by Google App Engine
This is Rietveld 408576698