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" |