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

Unified Diff: gpu/command_buffer/common/mailbox_holder.cc

Issue 268063002: Remove command_buffer/common/types.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 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/common/mailbox_holder.cc
diff --git a/gpu/command_buffer/common/mailbox_holder.cc b/gpu/command_buffer/common/mailbox_holder.cc
index a8cb6fbb9183ffba11761ba6dda4149030ce03bd..87dec36fe23fb4a875c967753d5ee07c54107c1d 100644
--- a/gpu/command_buffer/common/mailbox_holder.cc
+++ b/gpu/command_buffer/common/mailbox_holder.cc
@@ -9,8 +9,8 @@ namespace gpu {
MailboxHolder::MailboxHolder() : texture_target(0), sync_point(0) {}
MailboxHolder::MailboxHolder(const Mailbox& mailbox,
- uint32 texture_target,
- uint32 sync_point)
+ uint32_t texture_target,
+ uint32_t sync_point)
: mailbox(mailbox),
texture_target(texture_target),
sync_point(sync_point) {}

Powered by Google App Engine
This is Rietveld 408576698