diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-09 05:30:29 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-09 05:30:29 +0000 |
commit | b75ff6440ccba86a7be211918370b8e8316a4c70 (patch) | |
tree | d16dfaf8fe63afc0ce0d7b23b27ee841abdb79da /content/content_common.gypi | |
parent | 8dcbb7c4b16051711a830cc8b63df19311fa031f (diff) | |
download | chromium_src-b75ff6440ccba86a7be211918370b8e8316a4c70.zip chromium_src-b75ff6440ccba86a7be211918370b8e8316a4c70.tar.gz chromium_src-b75ff6440ccba86a7be211918370b8e8316a4c70.tar.bz2 |
GPU: Rely on GL state rather than decoder state for state restoration.
This is API clean-up. Tested by hand on N10 and GN and saw no performance hit relying on GL state.
BUG=196303
Review URL: https://chromiumcodereview.appspot.com/14753012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 940561b..313e1ab 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -211,8 +211,6 @@ 'common/gpu/client/gpu_video_decode_accelerator_host.h', 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', - 'common/gpu/gl_scoped_binders.cc', - 'common/gpu/gl_scoped_binders.h', 'common/gpu/gpu_channel.cc', 'common/gpu/gpu_channel.h', 'common/gpu/gpu_channel_manager.cc', |