| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| index da45e2d85e293e6c8c7856937a0c1cbc687e15c0..512986a6d167d5a503c198f84c9af82964fd479a 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| @@ -180,7 +180,8 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
|
| virtual void OnWindowTargetVisibilityChanged(bool visible) OVERRIDE;
|
| virtual bool HasHitTestMask() const OVERRIDE;
|
| virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
|
| - virtual scoped_refptr<ui::Texture> CopyTexture() OVERRIDE;
|
| + virtual void DidRecreateLayer(ui::Layer* old_layer,
|
| + ui::Layer* new_layer) OVERRIDE;
|
|
|
| // Overridden from ui::EventHandler:
|
| virtual void OnKeyEvent(ui::KeyEvent* event) OVERRIDE;
|
|
|