Chromium Code Reviews| Index: ui/gfx/compositor/test_compositor_host_linux.cc |
| =================================================================== |
| --- ui/gfx/compositor/test_compositor_host_linux.cc (revision 106614) |
| +++ ui/gfx/compositor/test_compositor_host_linux.cc (working copy) |
| @@ -90,8 +90,7 @@ |
| } |
| void TestCompositorHostLinux::ScheduleDraw() { |
| - if (compositor_) |
| - compositor_->Draw(false); |
| + compositor_->Draw(false); |
| } |
| #if defined(TOUCH_UI) || defined(USE_AURA) |