Index: content/shell/browser/shell_aura.cc |
diff --git a/content/shell/browser/shell_aura.cc b/content/shell/browser/shell_aura.cc |
index 1fdb7cbe20ec4d6fdc86fc159db1e72f0be0911e..ccfa1f61d54d30b5432b7fdc7bc8e20a3e7fb3f6 100644 |
--- a/content/shell/browser/shell_aura.cc |
+++ b/content/shell/browser/shell_aura.cc |
@@ -51,7 +51,7 @@ void Shell::PlatformCreateWindow(int width, int height) { |
void Shell::PlatformSetContents() { |
CHECK(platform_); |
aura::Window* content = web_contents_->GetView()->GetNativeView(); |
- aura::Window* parent = platform_->dispatcher()->window(); |
+ aura::Window* parent = platform_->host()->window(); |
if (parent->Contains(content)) |
return; |
parent->AddChild(content); |