diff options
Diffstat (limited to 'ash/display')
-rw-r--r-- | ash/display/mirror_window_controller.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ash/display/mirror_window_controller.cc b/ash/display/mirror_window_controller.cc index 32d3874..1a338fe 100644 --- a/ash/display/mirror_window_controller.cc +++ b/ash/display/mirror_window_controller.cc @@ -116,10 +116,8 @@ class CursorWindowDelegate : public aura::WindowDelegate { return false; } virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {} - virtual scoped_refptr<ui::Texture> CopyTexture() OVERRIDE { - NOTREACHED(); - return scoped_refptr<ui::Texture>(); - } + virtual void DidRecreateLayer(ui::Layer* old_layer, + ui::Layer* new_layer) OVERRIDE {} // Set the cursor image for the |display|'s scale factor. Note that // mirror window's scale factor is always 1.0f, therefore we need to |