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

Unified Diff: cc/test/test_web_graphics_context_3d.h

Issue 270333003: cc: Do not limit number of raster tasks for upload limit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed TileManagerPerfTest Created 6 years, 7 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
« no previous file with comments | « cc/test/fake_tile_manager.cc ('k') | cc/test/test_web_graphics_context_3d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_web_graphics_context_3d.h
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
index ae32a273f1792eb8a16c7b74a37d4ad16264b171..3ce3ddd391824769ba2ebd4be1eff3a64b010033 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_;
« no previous file with comments | « cc/test/fake_tile_manager.cc ('k') | cc/test/test_web_graphics_context_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698