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

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

Issue 10829307: Fix scons build of gpu command buffer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | gpu/command_buffer/common/debug_marker_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_implementation.cc
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
index c0e1a01c919ad9eede11ec2ca05b5d135aa21d4f..1f31f8c39d9dac06e1b3302370fe5ab34a29d190 100644
--- a/gpu/command_buffer/client/gles2_implementation.cc
+++ b/gpu/command_buffer/client/gles2_implementation.cc
@@ -428,7 +428,7 @@ GLES2Implementation::GLES2Implementation(
GPU_DCHECK(transfer_buffer);
char temp[128];
- sprintf(temp, "%p", this);
+ sprintf(temp, "%p", static_cast<void*>(this));
this_in_hex_ = std::string(temp);
GPU_CLIENT_LOG_CODE_BLOCK({
« no previous file with comments | « no previous file | gpu/command_buffer/common/debug_marker_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698