Chromium Code Reviews| Index: sky/shell/ui/engine.cc |
| diff --git a/sky/shell/ui/engine.cc b/sky/shell/ui/engine.cc |
| index edb0ad5227c50866e7e03c1d5c2a5e7d703d2923..726f1d3c6ef2c8dbc0ad1430ffa640f2a76013a0 100644 |
| --- a/sky/shell/ui/engine.cc |
| +++ b/sky/shell/ui/engine.cc |
| @@ -37,6 +37,12 @@ PlatformImpl* g_platform_impl = nullptr; |
| } |
| +Engine::Config::Config() { |
| +} |
| + |
| +Engine::Config::~Config() { |
| +} |
| + |
| Engine::Engine(const Config& config) |
| : config_(config), |
| animator_(new Animator(config, this)), |