| Index: Source/core/inspector/InspectorCSSAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.cpp b/Source/core/inspector/InspectorCSSAgent.cpp
|
| index 7b3b97fb4e5d323164035ad7503e2acd2eb8304c..b3693614ce34ca182ce1b028c904c32ea950b509 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.cpp
|
| +++ b/Source/core/inspector/InspectorCSSAgent.cpp
|
| @@ -63,14 +63,14 @@
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/frame/Frame.h"
|
| #include "core/page/Page.h"
|
| -#include "core/platform/graphics/Font.h"
|
| -#include "core/platform/graphics/WidthIterator.h"
|
| #include "core/rendering/InlineTextBox.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/RenderRegion.h"
|
| #include "core/rendering/RenderText.h"
|
| #include "core/rendering/RenderTextFragment.h"
|
| +#include "platform/fonts/Font.h"
|
| #include "platform/fonts/GlyphBuffer.h"
|
| +#include "platform/fonts/WidthIterator.h"
|
| #include "platform/graphics/TextRun.h"
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/text/CString.h"
|
|
|