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

Unified Diff: gpu/command_buffer/service/mocks.h

Issue 1256613002: Add tracing for GL texture objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_process_id
Patch Set: Key texture manager memory dump provider registration off of memory_tracker_ Created 5 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 | « gpu/command_buffer/service/memory_tracking.h ('k') | gpu/command_buffer/service/texture_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/mocks.h
diff --git a/gpu/command_buffer/service/mocks.h b/gpu/command_buffer/service/mocks.h
index 02a08dbad53038dfeca630f8460ba75f51d9295a..0b4164f33037bf7b3f89527899754259d1a11769 100644
--- a/gpu/command_buffer/service/mocks.h
+++ b/gpu/command_buffer/service/mocks.h
@@ -145,6 +145,8 @@ class MockMemoryTracker : public MemoryTracker {
MOCK_METHOD3(TrackMemoryAllocatedChange, void(
size_t old_size, size_t new_size, Pool pool));
MOCK_METHOD1(EnsureGPUMemoryAvailable, bool(size_t size_needed));
+ MOCK_CONST_METHOD0(ClientTracingId, uint64_t());
+ MOCK_CONST_METHOD0(ClientId, int());
private:
friend class ::testing::StrictMock<MockMemoryTracker>;
« no previous file with comments | « gpu/command_buffer/service/memory_tracking.h ('k') | gpu/command_buffer/service/texture_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698