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

Unified Diff: content/content_common.gypi

Issue 149123008: Implement GLHelperReadbackSupport for GLHelper usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created a new class, Handled review comments. Created 6 years, 10 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 54a10b704754b289f04ab9c94d08dc5e7414ea8e..51fd00cb292f83c6c27572f97f74661307ca59eb 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -189,6 +189,8 @@
'common/gpu/client/context_provider_command_buffer.h',
'common/gpu/client/gl_helper.cc',
'common/gpu/client/gl_helper.h',
+ 'common/gpu/client/gl_helper_readback_support.cc',
+ 'common/gpu/client/gl_helper_readback_support.h',
'common/gpu/client/gl_helper_scaling.cc',
'common/gpu/client/gl_helper_scaling.h',
'common/gpu/client/gpu_channel_host.cc',

Powered by Google App Engine
This is Rietveld 408576698