| 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 0ac53b6e89a5d478981d6ea5d9047c5815201021..d0b967155eb8688bc24c844ae56958ebb56e7282 100644
|
| --- a/content/browser/web_contents/aura/image_window_delegate.h
|
| +++ b/content/browser/web_contents/aura/image_window_delegate.h
|
| @@ -29,6 +29,7 @@
|
| 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,
|
|
|