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

Unified Diff: base/debug/trace_event.h

Issue 23926013: gpu: Record GL state to trace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build failure. Created 7 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 | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event.h
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
index 43eb09c4771318528290d38d1ab0b28565da0833..b025160b6789912be63a91dad55eac5e17758e37 100644
--- a/base/debug/trace_event.h
+++ b/base/debug/trace_event.h
@@ -967,7 +967,7 @@ class TraceID {
public:
class DontMangle {
public:
- explicit DontMangle(void* id)
+ explicit DontMangle(const void* id)
: data_(static_cast<unsigned long long>(
reinterpret_cast<unsigned long>(id))) {}
explicit DontMangle(unsigned long long id) : data_(id) {}
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698