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

Unified Diff: Source/core/platform/graphics/IntRect.cpp

Issue 16571008: Get rid of pixelSnapped* from IntRect. These are unused. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/graphics/IntRect.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/IntRect.cpp
diff --git a/Source/core/platform/graphics/IntRect.cpp b/Source/core/platform/graphics/IntRect.cpp
index 1ccfe992a9c2386230c6bf393de3ea2aefedba9d..ccbb90806c9051be944b8eae6bcc2b4de5a10622 100644
--- a/Source/core/platform/graphics/IntRect.cpp
+++ b/Source/core/platform/graphics/IntRect.cpp
@@ -29,6 +29,7 @@
#include <algorithm>
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/LayoutRect.h"
+#include "wtf/Vector.h"
pdr. 2013/06/07 17:17:14 Is this needed?
jbroman 2013/06/07 17:22:28 Since it's in the header, no. Didn't mean to add t
using std::max;
using std::min;
« no previous file with comments | « Source/core/platform/graphics/IntRect.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698