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

Unified Diff: content/content_common.gypi

Issue 12212007: cc: Route offscreen context creation for compositor to the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put OffscreenContext class in content/common/gpu/client for renderer Created 7 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 c435005d09c02c024949051f7dff95a4ad424a50..6a633d399541ee4a5991a3347f31c97a9e20277d 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -212,6 +212,10 @@
'common/gpu/client/gpu_channel_host.h',
'common/gpu/client/gpu_video_decode_accelerator_host.cc',
'common/gpu/client/gpu_video_decode_accelerator_host.h',
+ 'common/gpu/client/offscreen_context.cc',
+ 'common/gpu/client/offscreen_context.h',
+ 'common/gpu/client/offscreen_context_command_buffer.cc',
+ 'common/gpu/client/offscreen_context_command_buffer.h',
'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
'common/gpu/gl_scoped_binders.cc',

Powered by Google App Engine
This is Rietveld 408576698