| Index: chrome/browser/gpu_blacklist.h
|
| diff --git a/chrome/browser/gpu_blacklist.h b/chrome/browser/gpu_blacklist.h
|
| index a1eb38553fab1896bc92b17d20fe1ebe588e9a30..3d03063ccbccf79b7a479da9bb56bd5a54175735 100644
|
| --- a/chrome/browser/gpu_blacklist.h
|
| +++ b/chrome/browser/gpu_blacklist.h
|
| @@ -385,6 +385,8 @@ class GpuBlacklist : public content::GpuDataManagerObserver {
|
|
|
| // GpuDataManager::Observer implementation.
|
| virtual void OnGpuInfoUpdate() OVERRIDE;
|
| + virtual void OnVidmemUsageStatsUpdate(
|
| + const content::GPUVidmemUsageStats& vidmem) OVERRIDE {}
|
|
|
| // Returns the number of entries. This is only for tests.
|
| size_t num_entries() const;
|
|
|