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

Unified Diff: Source/core/platform/graphics/Path.h

Issue 32823017: Move FloatPolygon.* and WindRule.h to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Export classes/enum for win/mac 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/graphics/FloatPolygon.cpp ('k') | Source/core/platform/graphics/WindRule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/Path.h
diff --git a/Source/core/platform/graphics/Path.h b/Source/core/platform/graphics/Path.h
index eacf5bdbda57793b756015cc0733504e52e6b3e4..35be9c0d4a2f79a5d089e2d0da902570396c9434 100644
--- a/Source/core/platform/graphics/Path.h
+++ b/Source/core/platform/graphics/Path.h
@@ -29,8 +29,8 @@
#ifndef Path_h
#define Path_h
-#include "core/platform/graphics/WindRule.h"
#include "platform/geometry/RoundedRect.h"
+#include "platform/graphics/WindRule.h"
#include "third_party/skia/include/core/SkPath.h"
#include "wtf/FastAllocBase.h"
#include "wtf/Forward.h"
« no previous file with comments | « Source/core/platform/graphics/FloatPolygon.cpp ('k') | Source/core/platform/graphics/WindRule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698