Chromium Code Reviews| Index: ui/aura/window.cc |
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc |
| index 90a8fed69cb5d9c921170bb663fe3874cd590db7..13a95cbd0c5745a83ec151ede5605564c9197a5d 100644 |
| --- a/ui/aura/window.cc |
| +++ b/ui/aura/window.cc |
| @@ -313,10 +313,6 @@ void Window::SchedulePaintInRect(const gfx::Rect& rect) { |
| } |
| } |
| -void Window::SetExternalTexture(ui::Texture* texture) { |
| - layer_->SetExternalTexture(texture); |
| -} |
| - |
| void Window::SetDefaultParentByRootWindow(RootWindow* root_window, |
| const gfx::Rect& bounds_in_screen) { |
| DCHECK(root_window); |