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

Unified Diff: Source/platform/PlatformScreen.h

Issue 27048004: Move PlatformScreen, PlatformScreenChromium, and Widget to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Rebase to apply to trunk Created 7 years, 2 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/platform/image-decoders/ImageDecoder.h ('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/core/platform/PlatformScreen.h b/Source/platform/PlatformScreen.h
similarity index 83%
rename from Source/core/platform/PlatformScreen.h
rename to Source/platform/PlatformScreen.h
index f4866c59d405bd38b4cbf913f5abb9e87138935a..9dc083a215ca939b0a1a17cfe41c77f6378ddf9c 100644
--- a/Source/core/platform/PlatformScreen.h
+++ b/Source/platform/PlatformScreen.h
@@ -36,16 +36,17 @@ typedef WTF::Vector<char> ColorProfile;
namespace WebCore {
- class FloatRect;
- class Widget;
+class FloatRect;
+class Widget;
- int screenDepth(Widget*);
- int screenDepthPerComponent(Widget*);
- bool screenIsMonochrome(Widget*);
+PLATFORM_EXPORT int screenDepth(Widget*);
+PLATFORM_EXPORT int screenDepthPerComponent(Widget*);
+PLATFORM_EXPORT bool screenIsMonochrome(Widget*);
+
+PLATFORM_EXPORT FloatRect screenRect(Widget*);
+PLATFORM_EXPORT FloatRect screenAvailableRect(Widget*);
+PLATFORM_EXPORT void screenColorProfile(ColorProfile&);
- FloatRect screenRect(Widget*);
- FloatRect screenAvailableRect(Widget*);
- void screenColorProfile(ColorProfile&);
} // namespace WebCore
#endif // PlatformScreen_h
« no previous file with comments | « Source/core/platform/image-decoders/ImageDecoder.h ('k') | Source/platform/PlatformScreen.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698