summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/chromium/PlatformSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/chromium/PlatformSupport.h')
-rw-r--r--Source/WebCore/platform/chromium/PlatformSupport.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/WebCore/platform/chromium/PlatformSupport.h b/Source/WebCore/platform/chromium/PlatformSupport.h
index 1f396c5d3..170177507 100644
--- a/Source/WebCore/platform/chromium/PlatformSupport.h
+++ b/Source/WebCore/platform/chromium/PlatformSupport.h
@@ -71,7 +71,6 @@ class Color;
class Cursor;
class Document;
class Frame;
-class FrameView;
class GamepadList;
class GeolocationServiceBridge;
class GeolocationServiceChromium;
@@ -246,8 +245,8 @@ public:
static int screenDepth(Widget*);
static int screenDepthPerComponent(Widget*);
static bool screenIsMonochrome(Widget*);
- static IntRect screenRect(FrameView*);
- static IntRect screenAvailableRect(FrameView*);
+ static IntRect screenRect(Widget*);
+ static IntRect screenAvailableRect(Widget*);
// SharedTimers -------------------------------------------------------
static void setSharedTimerFiredFunction(void (*func)());