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

Unified Diff: gpu/ipc/service/gpu_memory_tracking.cc

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 years, 8 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/ipc/service/gpu_memory_tracking.cc
diff --git a/gpu/ipc/service/gpu_memory_tracking.cc b/gpu/ipc/service/gpu_memory_tracking.cc
index 8f2004b70aacac7b0de29fd137144e6d818aada1..0be1f32668b3a54391c6fbe289e2ee0bc152a37e 100644
--- a/gpu/ipc/service/gpu_memory_tracking.cc
+++ b/gpu/ipc/service/gpu_memory_tracking.cc
@@ -14,7 +14,6 @@ GpuMemoryTrackingGroup::GpuMemoryTrackingGroup(
GpuMemoryManager* memory_manager)
: pid_(pid),
size_(0),
- hibernated_(false),
memory_tracker_(memory_tracker),
memory_manager_(memory_manager) {
}

Powered by Google App Engine
This is Rietveld 408576698