| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index c1f7487309be081a743a3e1696c245d952f05976..380e62ae2cc818ff46ed12bb0ae777000763926f 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);
|
|
|