| Index: chrome/browser/component_updater/swiftshader_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/swiftshader_component_installer.cc b/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| index f24828fc9dda61039e10a55e4ca6de3ca7c9b687..77eacb5d434d62a30d34d6e72b0004162df10f94 100644
|
| --- a/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| +++ b/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| @@ -165,6 +165,8 @@ class UpdateChecker : public content::GpuDataManagerObserver {
|
| explicit UpdateChecker(ComponentUpdateService* cus);
|
|
|
| virtual void OnGpuInfoUpdate() OVERRIDE;
|
| + virtual void OnVidmemUsageStatsUpdate(
|
| + const content::GPUVidmemUsageStats& vidmem_usage_stats) OVERRIDE {}
|
|
|
| private:
|
| ComponentUpdateService* cus_;
|
|
|