Chromium Code Reviews| Index: ui/aura/window.cc |
| =================================================================== |
| --- ui/aura/window.cc (revision 177034) |
| +++ ui/aura/window.cc (working copy) |
| @@ -316,9 +316,6 @@ |
| void Window::SetExternalTexture(ui::Texture* texture) { |
| layer_->SetExternalTexture(texture); |
| - gfx::Rect region(bounds().size()); |
| - FOR_EACH_OBSERVER( |
| - WindowObserver, observers_, OnWindowPaintScheduled(this, region)); |
| } |
| void Window::SetDefaultParentByRootWindow(RootWindow* root_window, |