| Index: content/browser/web_contents/aura/image_window_delegate.h
|
| diff --git a/content/browser/web_contents/aura/image_window_delegate.h b/content/browser/web_contents/aura/image_window_delegate.h
|
| index d0b967155eb8688bc24c844ae56958ebb56e7282..0ac53b6e89a5d478981d6ea5d9047c5815201021 100644
|
| --- a/content/browser/web_contents/aura/image_window_delegate.h
|
| +++ b/content/browser/web_contents/aura/image_window_delegate.h
|
| @@ -29,7 +29,6 @@ class CONTENT_EXPORT ImageWindowDelegate : public aura::WindowDelegate {
|
| virtual gfx::Size GetMaximumSize() const OVERRIDE;
|
| virtual void OnBoundsChanged(const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) OVERRIDE;
|
| - virtual gfx::NativeCursor GetCursor(const gfx::Point& point) OVERRIDE;
|
| virtual int GetNonClientComponent(const gfx::Point& point) const OVERRIDE;
|
| virtual bool ShouldDescendIntoChildForEventHandling(
|
| aura::Window* child,
|
|
|