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

Unified Diff: cc/test/test_web_graphics_context_3d.cc

Issue 1235203003: WIP cc: remove unused and legacy GetMappedMemoryLimit code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/test_web_graphics_context_3d.h ('k') | cc/trees/layer_tree_host_impl.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.cc
diff --git a/cc/test/test_web_graphics_context_3d.cc b/cc/test/test_web_graphics_context_3d.cc
index 1e69bcbb8cc98bc4c9c288bd6909289f5c2b8981..6c0e35851dc91733a1d6ba9f3f8ba5765af98f82 100644
--- a/cc/test/test_web_graphics_context_3d.cc
+++ b/cc/test/test_web_graphics_context_3d.cc
@@ -748,12 +748,6 @@ void TestWebGraphicsContext3D::RetireRenderbufferId(GLuint id) {
namespace_->renderbuffer_set.erase(id);
}
-void TestWebGraphicsContext3D::SetMaxTransferBufferUsageBytes(
- size_t max_transfer_buffer_usage_bytes) {
- test_capabilities_.max_transfer_buffer_usage_bytes =
- max_transfer_buffer_usage_bytes;
-}
-
void TestWebGraphicsContext3D::SetMaxSamples(int max_samples) {
test_capabilities_.gpu.max_samples = max_samples;
}
« no previous file with comments | « cc/test/test_web_graphics_context_3d.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698