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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc

Issue 1256613002: Add tracing for GL texture objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_process_id
Patch Set: remove unneeded explicit Created 5 years, 5 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/service/gles2_cmd_decoder_unittest.cc
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
index 2dfb10901d526268ea38d5c9a928e99570c8e004..85edab11e5aa8578c54de857e6b4c2a5ff08a5a4 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
@@ -1179,6 +1179,9 @@ class SizeOnlyMemoryTracker : public MemoryTracker {
return info.size - info.initial_size;
}
+ uint64_t ClientTracingId() const override { return 0; }
+ uint64_t ClientId() const override { return 0; }
+
private:
virtual ~SizeOnlyMemoryTracker() {}
struct PoolInfo {

Powered by Google App Engine
This is Rietveld 408576698