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

Unified Diff: gpu/command_buffer/client/gles2_implementation_unittest.cc

Issue 23130004: Enforce a memory limit on MappedMemoryManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert FencedAllocator::InUse changes and add comments explaining its behavior Created 7 years, 4 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: gpu/command_buffer/client/gles2_implementation_unittest.cc
diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc
index e58907c8b27e4a0600780db19b00d204fcfe7213..fb7d23d88f50da83ca8917a41a809eeddf876b7a 100644
--- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
+++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
@@ -405,7 +405,8 @@ class GLES2ImplementationTest : public testing::Test {
ASSERT_TRUE(gl_->Initialize(
kTransferBufferSize,
kTransferBufferSize,
- kTransferBufferSize));
+ kTransferBufferSize,
+ GLES2Implementation::kNoLimit));
}
EXPECT_CALL(*command_buffer(), OnFlush())

Powered by Google App Engine
This is Rietveld 408576698