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

Unified Diff: gpu/command_buffer/client/gpu_control.h

Issue 342483007: Removed ManagedMemoryStats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/client/gpu_control.h
diff --git a/gpu/command_buffer/client/gpu_control.h b/gpu/command_buffer/client/gpu_control.h
index a78641e4542abc65b6492064eb72b55e2fbbf75a..664152d6663cfd6f79b8636ab7c8ffc900d53c07 100644
--- a/gpu/command_buffer/client/gpu_control.h
+++ b/gpu/command_buffer/client/gpu_control.h
@@ -20,7 +20,6 @@ class GpuMemoryBuffer;
}
namespace gpu {
-struct ManagedMemoryStats;
// Common interface for GpuControl implementations.
class GPU_EXPORT GpuControl {
@@ -56,8 +55,6 @@ class GPU_EXPORT GpuControl {
virtual void SetSurfaceVisible(bool visible) = 0;
- virtual void SendManagedMemoryStats(const ManagedMemoryStats& stats) = 0;
-
// Invokes the callback once the context has been flushed.
virtual void Echo(const base::Closure& callback) = 0;
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/common/gpu_memory_allocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698