Index: content/public/browser/gpu_data_manager.h |
diff --git a/content/public/browser/gpu_data_manager.h b/content/public/browser/gpu_data_manager.h |
index d6cdb4f4e1bfe0177cd60617fbae6bc35175a3ad..a995d50f93b2152ede462079100e1d1cadf6e670 100644 |
--- a/content/public/browser/gpu_data_manager.h |
+++ b/content/public/browser/gpu_data_manager.h |
@@ -73,11 +73,6 @@ class GpuDataManager { |
virtual void AddObserver(GpuDataManagerObserver* observer) = 0; |
virtual void RemoveObserver(GpuDataManagerObserver* observer) = 0; |
- // Notifies the gpu process about the number of browser windows, so |
- // they can be used to determine managed memory allocation. |
- virtual void SetWindowCount(uint32 count) = 0; |
- virtual uint32 GetWindowCount() const = 0; |
- |
// Allows a given domain previously blocked from accessing 3D APIs |
// to access them again. |
virtual void UnblockDomainFrom3DAPIs(const GURL& url) = 0; |