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

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

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 years, 8 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/FontPlatformDataHarfBuzz.h
diff --git a/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h b/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h
index 95f496d9e0b9d6e42a5b20c85abdcfe09cf8fa13..5a79057cad19ae5afaae4c692e4c0c61649a7770 100644
--- a/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h
+++ b/Source/core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h
@@ -31,11 +31,11 @@
#ifndef FontPlatformDataHarfBuzz_h
#define FontPlatformDataHarfBuzz_h
-#include "FontRenderStyle.h"
-#include "OpenTypeVerticalData.h"
#include "SharedBuffer.h"
#include "SkPaint.h"
#include "core/platform/graphics/FontOrientation.h"
+#include "core/platform/graphics/chromium/FontRenderStyle.h"
+#include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
#include <wtf/Forward.h>
#include <wtf/RefPtr.h>
#include <wtf/text/CString.h>

Powered by Google App Engine
This is Rietveld 408576698