Index: Source/platform/PlatformScreen.h |
diff --git a/Source/platform/PlatformScreen.h b/Source/platform/PlatformScreen.h |
index 63ccafd47665d12803a672fd4427dc8533922910..490bfe05ad115d5271d5f40300bf2f7d5f56f626 100644 |
--- a/Source/platform/PlatformScreen.h |
+++ b/Source/platform/PlatformScreen.h |
@@ -33,7 +33,6 @@ |
namespace blink { |
-class HostWindow; |
class Widget; |
PLATFORM_EXPORT int screenDepth(Widget*); |
@@ -41,7 +40,7 @@ |
PLATFORM_EXPORT bool screenIsMonochrome(Widget*); |
PLATFORM_EXPORT IntRect screenRect(Widget*); |
-PLATFORM_EXPORT IntRect screenAvailableRect(const HostWindow&); |
+PLATFORM_EXPORT IntRect screenAvailableRect(Widget*); |
PLATFORM_EXPORT uint16_t screenOrientationAngle(Widget*); |
PLATFORM_EXPORT WebScreenOrientationType screenOrientationType(Widget*); |