Chromium Code Reviews| Index: sky/shell/platform_view.cc |
| diff --git a/sky/shell/platform_view.cc b/sky/shell/platform_view.cc |
| index 4050aed3101af1fb4cc18a6e8250a75fb672d5e8..0a6431dc5ee89205219b962c1b658baa67a4e2d4 100644 |
| --- a/sky/shell/platform_view.cc |
| +++ b/sky/shell/platform_view.cc |
| @@ -11,6 +11,12 @@ |
| namespace sky { |
| namespace shell { |
| +PlatformView::Config::Config() { |
| +} |
| + |
| +PlatformView::Config::~Config() { |
| +} |
| + |
| PlatformView::PlatformView(const PlatformView::Config& config) |
| : config_(config), window_(0) { |
| } |