diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-05 08:34:48 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-05 08:34:48 +0000 |
commit | b68b100758909332722402ea428c83af7053fc55 (patch) | |
tree | 5b8840cd8a9695e685dc04c8536c9f6d250d2dc1 /gpu/gpu.gyp | |
parent | e6a66079b908538c6c9c3f8fb6a0626f8c8f706a (diff) | |
download | chromium_src-b68b100758909332722402ea428c83af7053fc55.zip chromium_src-b68b100758909332722402ea428c83af7053fc55.tar.gz chromium_src-b68b100758909332722402ea428c83af7053fc55.tar.bz2 |
GPU: Proxy calls from Manager to Delegate.
This is part of a larger refactoring to hollow out Delegate to the
point where it can take the place of State (stored per TextureRef).
Where necessary we proxy calls from the Manager to the Delegate (EGL,
ShareGroup, and Idle). No functional change.
BUG=240504
Review URL: https://chromiumcodereview.appspot.com/16154032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204210 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index d806667..c054e5d 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -165,8 +165,8 @@ 'command_buffer/common/unittest_main.cc', 'command_buffer/service/async_pixel_transfer_delegate_mock.h', 'command_buffer/service/async_pixel_transfer_delegate_mock.cc', - 'command_buffer/service/async_pixel_transfer_manager_test.h', - 'command_buffer/service/async_pixel_transfer_manager_test.cc', + 'command_buffer/service/async_pixel_transfer_manager_mock.h', + 'command_buffer/service/async_pixel_transfer_manager_mock.cc', 'command_buffer/service/buffer_manager_unittest.cc', 'command_buffer/service/cmd_parser_test.cc', 'command_buffer/service/command_buffer_service_unittest.cc', |