| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index bea08e398b4304601f71132a97dd0e4eb3109734..fa6e2ee757e35042c20e912f8450561ba5e0e851 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -59,6 +59,7 @@ class ShellDelegateImpl : public ash::ShellDelegate {
|
| ash::ShelfItemDelegate* item_delegate,
|
| ash::LauncherItem* item) OVERRIDE;
|
| virtual WindowTreeHostFactory* CreateWindowTreeHostFactory() OVERRIDE;
|
| + virtual GPUSupport* CreateGPUSupport() OVERRIDE;
|
| virtual base::string16 GetProductName() const OVERRIDE;
|
|
|
| private:
|
|
|