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

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

Issue 1900993002: Move SharedMemoryLimits out of WebGraphicsContext3DCommandBufferImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@limits
Patch Set: move-limits: rebase 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: 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 7eb2b0c4ff3244a36b660473af3fbd4f59246c23..dad3b674ed1fd54fe61ced823e3692e4d98c7554 100644
--- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
+++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
@@ -18,6 +18,7 @@
#include "gpu/command_buffer/client/program_info_manager.h"
#include "gpu/command_buffer/client/query_tracker.h"
#include "gpu/command_buffer/client/ring_buffer.h"
+#include "gpu/command_buffer/client/shared_memory_limits.h"
#include "gpu/command_buffer/client/transfer_buffer.h"
#include "gpu/command_buffer/common/command_buffer.h"
#include "gpu/command_buffer/common/sync_token.h"
@@ -497,7 +498,7 @@ class GLES2ImplementationTest : public testing::Test {
EXPECT_CALL(*gpu_control_, SetGpuControlClient(gl_.get())).Times(1);
if (!gl_->Initialize(kTransferBufferSize, kTransferBufferSize,
- kTransferBufferSize, GLES2Implementation::kNoLimit))
+ kTransferBufferSize, SharedMemoryLimits::kNoLimit))
return false;
helper_->CommandBufferHelper::Finish();

Powered by Google App Engine
This is Rietveld 408576698