| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index 56d5ba222e3add86ff048e3438c6b1f980f0fb76..85985805ae55290c7a6030c9075247cca522b8cd 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -316,9 +316,6 @@ void Window::SchedulePaintInRect(const gfx::Rect& rect) {
|
|
|
| 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,
|
|
|