Index: third_party/WebKit/Source/platform/PlatformChromeClient.h |
diff --git a/third_party/WebKit/Source/platform/PlatformChromeClient.h b/third_party/WebKit/Source/platform/PlatformChromeClient.h |
index 3f939b80f2cf2b00f12068992a23d0a5960ec9f9..b0ffb3af12b54bb89f355b83de1ba695a2fe4f86 100644 |
--- a/third_party/WebKit/Source/platform/PlatformChromeClient.h |
+++ b/third_party/WebKit/Source/platform/PlatformChromeClient.h |
@@ -32,8 +32,9 @@ |
#include "platform/wtf/Noncopyable.h" |
namespace blink { |
+ |
+class FrameView; |
class IntRect; |
-class FrameViewBase; |
class LocalFrame; |
class PLATFORM_EXPORT PlatformChromeClient |
@@ -49,8 +50,7 @@ class PLATFORM_EXPORT PlatformChromeClient |
virtual void InvalidateRect(const IntRect& update_rect) = 0; |
// Converts the rect from the viewport coordinates to screen coordinates. |
- virtual IntRect ViewportToScreen(const IntRect&, |
- const FrameViewBase*) const = 0; |
+ virtual IntRect ViewportToScreen(const IntRect&, const FrameView*) const = 0; |
// Converts the scalar value from the window coordinates to the viewport |
// scale. |