| Index: content/browser/web_contents/aura/image_window_delegate.cc
|
| diff --git a/content/browser/web_contents/aura/image_window_delegate.cc b/content/browser/web_contents/aura/image_window_delegate.cc
|
| index 9265d4440b730035629d79b14e172be9e321f66c..440d55760d446e8eda7bfd123b6e435863053106 100644
|
| --- a/content/browser/web_contents/aura/image_window_delegate.cc
|
| +++ b/content/browser/web_contents/aura/image_window_delegate.cc
|
| @@ -41,6 +41,10 @@
|
| window_size_ = new_bounds.size();
|
| if (!image_.IsEmpty())
|
| size_mismatch_ = window_size_ != image_.AsImageSkia().size();
|
| +}
|
| +
|
| +gfx::NativeCursor ImageWindowDelegate::GetCursor(const gfx::Point& point) {
|
| + return gfx::kNullCursor;
|
| }
|
|
|
| int ImageWindowDelegate::GetNonClientComponent(const gfx::Point& point) const {
|
|
|