summaryrefslogtreecommitdiffstats
path: root/cc/test/test_web_graphics_context_3d.h
diff options
context:
space:
mode:
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_;