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

Unified Diff: Source/platform/PlatformScreen.h

Issue 1135633004: Revert of Make createWindow (mostly) work with OOPIF (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
« no previous file with comments | « Source/core/page/CreateWindow.cpp ('k') | Source/platform/PlatformScreen.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « Source/core/page/CreateWindow.cpp ('k') | Source/platform/PlatformScreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698