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

Unified Diff: cc/test/test_web_graphics_context_3d.cc

Issue 1900993002: Move SharedMemoryLimits out of WebGraphicsContext3DCommandBufferImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@limits
Patch Set: move-limits: . Created 4 years, 8 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
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 0e1ea25c95c2f7b06da0a61c50953d88cb19fad5..12e8e55993bae049bb118d238b38250b7ad55951 100644
--- a/cc/test/test_web_graphics_context_3d.cc
+++ b/cc/test/test_web_graphics_context_3d.cc
@@ -773,14 +773,8 @@ 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;
+ test_capabilities_.max_samples = max_samples;
}
TestWebGraphicsContext3D::TextureTargets::TextureTargets() {

Powered by Google App Engine
This is Rietveld 408576698