Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: third_party/WebKit/Source/platform/PlatformChromeClient.h

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: update comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698