Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: chrome/browser/ui/webui/flash_ui.cc

Issue 10854076: Add GPU memory tab to the task manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean try errors (remove semicolon, remove unneeded assert that unittests don't follow) Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..e6dbd12850306e06e62f037f7fb5bd02e3ac29b5 100644
--- a/chrome/browser/ui/webui/flash_ui.cc
+++ b/chrome/browser/ui/webui/flash_ui.cc
@@ -91,6 +91,7 @@ class FlashDOMHandler : public WebUIMessageHandler,
// GpuDataManager::Observer implementation.
virtual void OnGpuInfoUpdate() OVERRIDE;
+ virtual void OnVidmemUpdate(const content::GPUVidmem& vidmem) OVERRIDE {}
// Callback for the "requestFlashInfo" message.
void HandleRequestFlashInfo(const ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698