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

Unified Diff: gpu/command_buffer/client/shared_memory_limits.h

Issue 2383633002: gpu: Add default constructor to SharedMemoryLimits. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/shared_memory_limits.h
diff --git a/gpu/command_buffer/client/shared_memory_limits.h b/gpu/command_buffer/client/shared_memory_limits.h
index de821732696f4bc0270c05f961b6e3428f8f6e47..53881de0dc134d1be69fd7e3bd6ce7b9c10db361 100644
--- a/gpu/command_buffer/client/shared_memory_limits.h
+++ b/gpu/command_buffer/client/shared_memory_limits.h
@@ -10,6 +10,8 @@
namespace gpu {
struct SharedMemoryLimits {
+ SharedMemoryLimits() = default;
+
int32_t command_buffer_size = 1024 * 1024;
uint32_t start_transfer_buffer_size = 1 * 1024 * 1024;
uint32_t min_transfer_buffer_size = 1 * 256 * 1024;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698