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

Unified Diff: Source/platform/PlatformScreen.cpp

Issue 27048004: Move PlatformScreen, PlatformScreenChromium, and Widget to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: 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
Index: Source/platform/PlatformScreen.cpp
diff --git a/Source/core/platform/chromium/PlatformScreenChromium.cpp b/Source/platform/PlatformScreen.cpp
similarity index 97%
rename from Source/core/platform/chromium/PlatformScreenChromium.cpp
rename to Source/platform/PlatformScreen.cpp
index 079c0400f6872d93083e87badcf8d39d617cabe5..df049b8f676eaf178dbe85ed59fc34e49f75b32b 100644
--- a/Source/core/platform/chromium/PlatformScreenChromium.cpp
+++ b/Source/platform/PlatformScreen.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "core/platform/PlatformScreen.h"
+#include "platform/PlatformScreen.h"
-#include "core/platform/Widget.h"
#include "platform/HostWindow.h"
+#include "platform/Widget.h"
#include "platform/geometry/FloatRect.h"
#include "public/platform/Platform.h"
#include "public/platform/WebScreenInfo.h"

Powered by Google App Engine
This is Rietveld 408576698