Chromium Code Reviews

Unified Diff: Source/core/frame/Screen.cpp

Issue 879913003: Use IntRect instead of FloatRect for window positions and sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/frame/Screen.cpp
diff --git a/Source/core/frame/Screen.cpp b/Source/core/frame/Screen.cpp
index 1a06f48cfb3dce0ee471a80b4907720a60d1c20e..971772ed4c81d3ce4eb7a6fc0afbe3a913d64273 100644
--- a/Source/core/frame/Screen.cpp
+++ b/Source/core/frame/Screen.cpp
@@ -36,7 +36,6 @@
#include "core/frame/Settings.h"
#include "core/inspector/InspectorInstrumentation.h"
#include "platform/PlatformScreen.h"
-#include "platform/geometry/FloatRect.h"
namespace blink {

Powered by Google App Engine