| Index: chrome/browser/ui/webui/flash_ui.cc
|
| diff --git a/chrome/browser/ui/webui/flash_ui.cc b/chrome/browser/ui/webui/flash_ui.cc
|
| index 60450262064f8a00e23e372554992e6cbaa31267..21f5d62cf4594305ec4d0cae2f03a0d4b22889d6 100644
|
| --- a/chrome/browser/ui/webui/flash_ui.cc
|
| +++ b/chrome/browser/ui/webui/flash_ui.cc
|
| @@ -91,6 +91,9 @@ class FlashDOMHandler : public WebUIMessageHandler,
|
|
|
| // GpuDataManager::Observer implementation.
|
| virtual void OnGpuInfoUpdate() OVERRIDE;
|
| + virtual void OnVideoMemoryUsageStatsUpdate(
|
| + const content::GPUVideoMemoryUsageStats& video_memory_usage_stats)
|
| + OVERRIDE {}
|
|
|
| // Callback for the "requestFlashInfo" message.
|
| void HandleRequestFlashInfo(const ListValue* args);
|
|
|