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

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

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.h
diff --git a/gpu/ipc/service/gpu_memory_tracking.h b/gpu/ipc/service/gpu_memory_tracking.h
index 35dd396d4344f02e5e15aa2f021033393e9a25e3..cc54010b67189f1dfa168a41792610b15e084ae6 100644
--- a/gpu/ipc/service/gpu_memory_tracking.h
+++ b/gpu/ipc/service/gpu_memory_tracking.h
@@ -40,10 +40,6 @@ class GPU_EXPORT GpuMemoryTrackingGroup {
base::ProcessId pid_;
uint64_t size_;
- // Set and used only during the Manage function, to determine which
- // non-surface clients should be hibernated.
- bool hibernated_;
-
gles2::MemoryTracker* memory_tracker_;
GpuMemoryManager* memory_manager_;
};

Powered by Google App Engine
This is Rietveld 408576698