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

Unified Diff: Source/core/inspector/InspectorCSSAgent.cpp

Issue 52773004: Move Glyph related classes to platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge gypi 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/fetch/FontResource.cpp ('k') | Source/core/platform/graphics/AlternateFontFamily.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorCSSAgent.cpp
diff --git a/Source/core/inspector/InspectorCSSAgent.cpp b/Source/core/inspector/InspectorCSSAgent.cpp
index c8eb513ccb6f1a6e1ef0a13b28e063f765755462..32e6fc6777df5904b3c35ca5f75e750b9b868d83 100644
--- a/Source/core/inspector/InspectorCSSAgent.cpp
+++ b/Source/core/inspector/InspectorCSSAgent.cpp
@@ -64,7 +64,6 @@
#include "core/loader/DocumentLoader.h"
#include "core/frame/ContentSecurityPolicy.h"
#include "core/platform/graphics/Font.h"
-#include "core/platform/graphics/GlyphBuffer.h"
#include "core/platform/graphics/WidthIterator.h"
#include "core/rendering/InlineTextBox.h"
#include "core/rendering/RenderObject.h"
@@ -72,6 +71,7 @@
#include "core/rendering/RenderText.h"
#include "core/rendering/RenderTextFragment.h"
#include "platform/JSONValues.h"
+#include "platform/fonts/GlyphBuffer.h"
#include "platform/graphics/TextRun.h"
#include "wtf/CurrentTime.h"
#include "wtf/HashSet.h"
« no previous file with comments | « Source/core/fetch/FontResource.cpp ('k') | Source/core/platform/graphics/AlternateFontFamily.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698