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

Unified Diff: sky/engine/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp
diff --git a/sky/engine/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp b/sky/engine/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp
index e619155b602307d25a5d950c40bc8623187f74e5..d4204628d508a83815591d60dcfe9e08eafcfa29 100644
--- a/sky/engine/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp
+++ b/sky/engine/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp
@@ -29,21 +29,21 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
-
-#include "SkPaint.h"
-#include "SkPath.h"
-#include "SkPoint.h"
-#include "SkRect.h"
-#include "SkTypeface.h"
-#include "SkUtils.h"
-#include "platform/fonts/FontPlatformData.h"
-#include "platform/fonts/SimpleFontData.h"
-#include "platform/fonts/harfbuzz/HarfBuzzShaper.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/fonts/harfbuzz/HarfBuzzFace.h"
+
+#include "sky/engine/platform/fonts/FontPlatformData.h"
+#include "sky/engine/platform/fonts/SimpleFontData.h"
+#include "sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.h"
+#include "third_party/skia/include/core/SkPaint.h"
+#include "third_party/skia/include/core/SkPath.h"
+#include "third_party/skia/include/core/SkPoint.h"
+#include "third_party/skia/include/core/SkRect.h"
+#include "third_party/skia/include/core/SkTypeface.h"
+#include "third_party/skia/include/core/SkUtils.h"
#include "hb.h"
-#include "wtf/HashMap.h"
+#include "sky/engine/wtf/HashMap.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/fonts/harfbuzz/HarfBuzzFace.cpp ('k') | sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698