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 440d55760d446e8eda7bfd123b6e435863053106..9265d4440b730035629d79b14e172be9e321f66c 100644 |
--- a/content/browser/web_contents/aura/image_window_delegate.cc |
+++ b/content/browser/web_contents/aura/image_window_delegate.cc |
@@ -43,10 +43,6 @@ void ImageWindowDelegate::OnBoundsChanged(const gfx::Rect& old_bounds, |
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 { |
return HTNOWHERE; |
} |