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

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: build fixes 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..b0d161aa9ed3b2dcbae786e207bce198604adb5e 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; }
+ int ClientId() const override { return 0; }
+
private:
virtual ~SizeOnlyMemoryTracker() {}
struct PoolInfo {

Powered by Google App Engine
This is Rietveld 408576698