Chromium Code Reviews| Index: aura/desktop.cc |
| =================================================================== |
| --- aura/desktop.cc (revision 100773) |
| +++ aura/desktop.cc (working copy) |
| @@ -10,6 +10,7 @@ |
| #include "base/logging.h" |
| #include "base/message_loop.h" |
| #include "ui/gfx/compositor/compositor.h" |
| +#include "ui/gfx/compositor/layer.h" |
| namespace aura { |
| @@ -48,7 +49,7 @@ |
| void Desktop::Draw() { |
| compositor_->NotifyStart(); |
| - window_->DrawTree(); |
| + window_->layer()->DrawTree(); |
| compositor_->NotifyEnd(); |
| } |