| 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..da38e19d91e55fc2f734c2814f35914ffdec710e 100644
|
| --- a/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| +++ b/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| @@ -165,6 +165,9 @@ class UpdateChecker : public content::GpuDataManagerObserver {
|
| explicit UpdateChecker(ComponentUpdateService* cus);
|
|
|
| virtual void OnGpuInfoUpdate() OVERRIDE;
|
| + virtual void OnVideoMemoryUsageStatsUpdate(
|
| + const content::GPUVideoMemoryUsageStats& video_memory_usage_stats)
|
| + OVERRIDE {}
|
|
|
| private:
|
| ComponentUpdateService* cus_;
|
|
|