summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/wx/ScreenWx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/wx/ScreenWx.cpp')
-rw-r--r--Source/WebCore/platform/wx/ScreenWx.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/WebCore/platform/wx/ScreenWx.cpp b/Source/WebCore/platform/wx/ScreenWx.cpp
index 779d4fdf5..41edf1561 100644
--- a/Source/WebCore/platform/wx/ScreenWx.cpp
+++ b/Source/WebCore/platform/wx/ScreenWx.cpp
@@ -28,7 +28,6 @@
#include "Screen.h"
#include "IntRect.h"
#include "FloatRect.h"
-#include "FrameView.h"
#include "NotImplemented.h"
#include "Widget.h"
@@ -49,7 +48,7 @@ int screenVerticalDPI(Widget*)
return 0;
}
-FloatRect screenRect(FrameView* frameView)
+FloatRect screenRect(Widget* widget)
{
/*
int displayNum;
@@ -78,7 +77,7 @@ bool screenIsMonochrome(Widget* widget)
return wxColourDisplay();
}
-FloatRect screenAvailableRect(FrameView* frameView)
+FloatRect screenAvailableRect(Widget* widget)
{
/*
Widget* widget = widget->widget();