summaryrefslogtreecommitdiffstats
path: root/chromium/content/common/gpu/gpu_memory_manager_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/gpu/gpu_memory_manager_client.cc')
-rw-r--r--chromium/content/common/gpu/gpu_memory_manager_client.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/chromium/content/common/gpu/gpu_memory_manager_client.cc b/chromium/content/common/gpu/gpu_memory_manager_client.cc
index a31510a282a..30d5434a1ff 100644
--- a/chromium/content/common/gpu/gpu_memory_manager_client.cc
+++ b/chromium/content/common/gpu/gpu_memory_manager_client.cc
@@ -20,13 +20,6 @@ GpuMemoryManagerClientState::GpuMemoryManagerClientState(
has_surface_(has_surface),
visible_(visible),
list_iterator_valid_(false),
- managed_memory_stats_received_(false),
- bytes_nicetohave_limit_low_(0),
- bytes_nicetohave_limit_high_(0),
- bytes_allocation_when_visible_(0),
- bytes_allocation_ideal_nicetohave_(0),
- bytes_allocation_ideal_required_(0),
- bytes_allocation_ideal_minimum_(0),
hibernated_(false) {
}
@@ -38,9 +31,4 @@ void GpuMemoryManagerClientState::SetVisible(bool visible) {
memory_manager_->SetClientStateVisible(this, visible);
}
-void GpuMemoryManagerClientState::SetManagedMemoryStats(
- const gpu::ManagedMemoryStats& stats) {
- memory_manager_->SetClientStateManagedMemoryStats(this, stats);
-}
-
} // namespace content