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

Unified Diff: gpu/command_buffer/common/constants.h

Issue 7301010: Fixed improper destruction of transfer buffers that are still in use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | « content/renderer/gpu/renderer_gl_context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/common/constants.h
diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h
index 3b06cadc0a84562df5d8183a458d0cc2ebd61431..873dfa0c026c68228822fca0fe644881eea09b03 100644
--- a/gpu/command_buffer/common/constants.h
+++ b/gpu/command_buffer/common/constants.h
@@ -57,7 +57,7 @@ const int32 kCommandBufferSharedMemoryId = 4;
const int32 kLatchSharedMemoryId = 5;
// Invalid latch ID.
-const int32 kInvalidLatchId = 0xffffffffu;
+const uint32 kInvalidLatchId = 0xffffffffu;
} // namespace gpu
« no previous file with comments | « content/renderer/gpu/renderer_gl_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698