| Index: ui/views/widget/native_widget_aura.h
|
| diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
|
| index b14da5c7eb9ce5c005ef5ec27e47645c3bad0d05..df8e146a0739dcc3d4fc92856bfddb84e3b484ea 100644
|
| --- a/ui/views/widget/native_widget_aura.h
|
| +++ b/ui/views/widget/native_widget_aura.h
|
| @@ -154,7 +154,8 @@ class VIEWS_EXPORT NativeWidgetAura
|
| 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;
|
|
|