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