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

Unified Diff: Source/core/svg/SVGFontFaceElement.cpp

Issue 14242011: Absolutify paths to css/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
« no previous file with comments | « Source/core/svg/SVGElementRareData.h ('k') | Source/core/svg/SVGFontFaceNameElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGFontFaceElement.cpp
diff --git a/Source/core/svg/SVGFontFaceElement.cpp b/Source/core/svg/SVGFontFaceElement.cpp
index 91c4281080f801a6f85ccaee56b07e7474d083c3..f1adec7713acb07d05a0e94eaf398bfcd361d212 100644
--- a/Source/core/svg/SVGFontFaceElement.cpp
+++ b/Source/core/svg/SVGFontFaceElement.cpp
@@ -26,21 +26,21 @@
#include <math.h>
#include "Attribute.h"
-#include "CSSFontFaceSrcValue.h"
-#include "CSSParser.h"
#include "CSSPropertyNames.h"
-#include "CSSStyleSheet.h"
#include "CSSValueKeywords.h"
-#include "CSSValueList.h"
#include "Document.h"
#include "SVGDocumentExtensions.h"
#include "SVGFontElement.h"
#include "SVGFontFaceSrcElement.h"
#include "SVGGlyphElement.h"
#include "SVGNames.h"
-#include "StylePropertySet.h"
-#include "StyleResolver.h"
-#include "StyleRule.h"
+#include "core/css/CSSFontFaceSrcValue.h"
+#include "core/css/CSSParser.h"
+#include "core/css/CSSStyleSheet.h"
+#include "core/css/CSSValueList.h"
+#include "core/css/StylePropertySet.h"
+#include "core/css/StyleResolver.h"
+#include "core/css/StyleRule.h"
#include "core/platform/graphics/Font.h"
namespace WebCore {
« no previous file with comments | « Source/core/svg/SVGElementRareData.h ('k') | Source/core/svg/SVGFontFaceNameElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698