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

Unified Diff: Source/platform/PlatformScreen.h

Issue 1109213002: Make createWindow (mostly) work with OOPIF (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix style, use FrameView::root Created 5 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: 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*);

Powered by Google App Engine
This is Rietveld 408576698