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

Unified Diff: content/public/browser/gpu_data_manager_observer.h

Issue 2827323002: gpu:: Remove GpuDataManagerObserver::OnVideoMemoryUsageStatsUpdate(). (Closed)
Patch Set: . Created 3 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
« no previous file with comments | « content/public/browser/gpu_data_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/gpu_data_manager_observer.h
diff --git a/content/public/browser/gpu_data_manager_observer.h b/content/public/browser/gpu_data_manager_observer.h
index 64a6b9e17edcc1b2378588111e3c9ec0e2656cc5..79e0d6adfa30a5b1327535a603a21010c34aa207 100644
--- a/content/public/browser/gpu_data_manager_observer.h
+++ b/content/public/browser/gpu_data_manager_observer.h
@@ -11,10 +11,6 @@
class GURL;
-namespace gpu {
-struct VideoMemoryUsageStats;
-}
-
namespace content {
// Observers can register themselves via GpuDataManager::AddObserver, and
@@ -24,10 +20,6 @@ class CONTENT_EXPORT GpuDataManagerObserver {
// Called for any observers whenever there is a GPU info update.
virtual void OnGpuInfoUpdate() {}
- // Called for any observers whenever there is a GPU video memory update.
- virtual void OnVideoMemoryUsageStatsUpdate(
- const gpu::VideoMemoryUsageStats& video_memory_usage_stats) {}
-
// Indicates that client 3D APIs (Pepper 3D, WebGL) were just blocked on the
// given page, specifically because the GPU was reset recently.
virtual void DidBlock3DAPIs(const GURL& top_origin_url,
« no previous file with comments | « content/public/browser/gpu_data_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698