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

Unified Diff: content/common/gpu/gpu_memory_manager.h

Issue 1324413003: Move gpu memory calculations to Compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove more memory alloc codes. Created 5 years, 3 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: content/common/gpu/gpu_memory_manager.h
diff --git a/content/common/gpu/gpu_memory_manager.h b/content/common/gpu/gpu_memory_manager.h
index 01967d6cecb55ce3a53fc61753a3ebfb3c243861..b92c95348870111063aff26d878057d0684aec2b 100644
--- a/content/common/gpu/gpu_memory_manager.h
+++ b/content/common/gpu/gpu_memory_manager.h
@@ -112,12 +112,6 @@ class CONTENT_EXPORT GpuMemoryManager :
void Manage();
void SetClientsHibernatedState() const;
- void AssignSurfacesAllocations();
- void AssignNonSurfacesAllocations();
-
- // Update the amount of GPU memory we think we have in the system, based
- // on what the stubs' contexts report.
- void UpdateAvailableGpuMemory();
// Send memory usage stats to the browser process.
void SendUmaStatsToBrowser();

Powered by Google App Engine
This is Rietveld 408576698