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

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

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building Created 7 years 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/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"

Powered by Google App Engine
This is Rietveld 408576698