Chromium Code Reviews| Index: ui/aura/window.cc |
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc |
| index 35e7e4ec690025fda91ef4403b3ca55c4800b39f..08711e6193b20739c119652a6def463837b86b8d 100644 |
| --- a/ui/aura/window.cc |
| +++ b/ui/aura/window.cc |
| @@ -314,6 +314,8 @@ void Window::SchedulePaintInRect(const gfx::Rect& rect) { |
| } |
| void Window::SetExternalTexture(ui::Texture* texture) { |
| + printf("\t%d\tWindow::SetExternalTexture this %p tex %p\n", |
| + getpid(), this, texture); |
| layer_->SetExternalTexture(texture); |
| } |