summaryrefslogtreecommitdiffstats
path: root/cc/test/test_web_graphics_context_3d.h
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-10 19:19:32 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-10 19:19:32 +0000
commit188d11b3bc1156441d2b71fb3db295a5f119b067 (patch)
tree7e33d78805f5207dbafa0c1ee020a725aeb512b4 /cc/test/test_web_graphics_context_3d.h
parent7a4f405ceecdb788fa22fd8bea1c5738c32d278d (diff)
downloadchromium_src-188d11b3bc1156441d2b71fb3db295a5f119b067.zip
chromium_src-188d11b3bc1156441d2b71fb3db295a5f119b067.tar.gz
chromium_src-188d11b3bc1156441d2b71fb3db295a5f119b067.tar.bz2
cc: Do not limit number of raster tasks for upload limit.
BUG=368936 Review URL: https://codereview.chromium.org/270333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/test_web_graphics_context_3d.h')
-rw-r--r--cc/test/test_web_graphics_context_3d.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
index ae32a27..3ce3ddd 100644
--- a/cc/test/test_web_graphics_context_3d.h
+++ b/cc/test/test_web_graphics_context_3d.h
@@ -325,9 +325,6 @@ class TestWebGraphicsContext3D {
size_t GetTransferBufferMemoryUsedBytes() const;
void SetMaxTransferBufferUsageBytes(size_t max_transfer_buffer_usage_bytes);
- size_t GetPeakTransferBufferMemoryUsedBytes() const {
- return peak_transfer_buffer_memory_used_bytes_;
- }
void set_test_support(TestContextSupport* test_support) {
test_support_ = test_support;
@@ -439,8 +436,6 @@ class TestWebGraphicsContext3D {
unsigned bound_buffer_;
TextureTargets texture_targets_;
- size_t peak_transfer_buffer_memory_used_bytes_;
-
scoped_refptr<Namespace> namespace_;
static Namespace* shared_namespace_;