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

Unified Diff: components/view_manager/gles2/command_buffer_driver.cc

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 | « cc/resources/shared_bitmap.cc ('k') | content/browser/compositor/buffer_queue_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/gles2/command_buffer_driver.cc
diff --git a/components/view_manager/gles2/command_buffer_driver.cc b/components/view_manager/gles2/command_buffer_driver.cc
index dd7e558098a046c21e6d922cd20bfca6bfa0d339..af7828faeb7a8c7c1dce6ba1962d8735fc6e0dd9 100644
--- a/components/view_manager/gles2/command_buffer_driver.cc
+++ b/components/view_manager/gles2/command_buffer_driver.cc
@@ -44,6 +44,8 @@ class MemoryTrackerStub : public gpu::gles2::MemoryTracker {
gpu::gles2::MemoryTracker::Pool pool) override {}
bool EnsureGPUMemoryAvailable(size_t size_needed) override { return true; };
+ uint64_t ClientTracingId() const override { return 0; }
+ int ClientId() const override { return 0; }
private:
~MemoryTrackerStub() override {}
« no previous file with comments | « cc/resources/shared_bitmap.cc ('k') | content/browser/compositor/buffer_queue_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698