| 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"
|
|
|