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

Unified Diff: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
index c9062625519d4082f15499954b02320a97e7551f..5fe052ee70b6026002e5dd30ad95a7c234de2b5b 100644
--- a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
+++ b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.h
@@ -31,10 +31,10 @@
#ifndef HarfBuzzShaper_h
#define HarfBuzzShaper_h
-#include "core/platform/graphics/FloatPoint.h"
#include "core/platform/graphics/GlyphBuffer.h"
#include "core/platform/graphics/TextRun.h"
#include "hb.h"
+#include "platform/geometry/FloatPoint.h"
#include "wtf/HashSet.h"
#include "wtf/OwnArrayPtr.h"
#include "wtf/OwnPtr.h"
« no previous file with comments | « Source/core/platform/graphics/harfbuzz/FontHarfBuzz.cpp ('k') | Source/core/platform/graphics/mac/ComplexTextController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698