| Index: chrome/browser/ui/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| index e9b46a4f802041ea4899b09227b61d4ccc70412c..38b3a2f73f2a563f21fe79a67418cb70ef197780 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
|
| @@ -72,6 +72,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
|
| ash::ShelfItemDelegate* item_delegate,
|
| ash::LauncherItem* item) OVERRIDE;
|
| virtual ash::WindowTreeHostFactory* CreateWindowTreeHostFactory() OVERRIDE;
|
| + virtual ash::GPUSupport* CreateGPUSupport() OVERRIDE;
|
| virtual base::string16 GetProductName() const OVERRIDE;
|
|
|
| // content::NotificationObserver override:
|
|
|