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

Side by Side Diff: Source/core/rendering/svg/RenderSVGText.cpp

Issue 64643009: Remove duplicated headers from core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006 Apple Computer, Inc. 2 * Copyright (C) 2006 Apple Computer, Inc.
3 * Copyright (C) 2006 Alexander Kellett <lypanov@kde.org> 3 * Copyright (C) 2006 Alexander Kellett <lypanov@kde.org>
4 * Copyright (C) 2006 Oliver Hunt <ojh16@student.canterbury.ac.nz> 4 * Copyright (C) 2006 Oliver Hunt <ojh16@student.canterbury.ac.nz>
5 * Copyright (C) 2007 Nikolas Zimmermann <zimmermann@kde.org> 5 * Copyright (C) 2007 Nikolas Zimmermann <zimmermann@kde.org>
6 * Copyright (C) 2008 Rob Buis <buis@kde.org> 6 * Copyright (C) 2008 Rob Buis <buis@kde.org>
7 * Copyright (C) 2009 Dirk Schulze <krit@webkit.org> 7 * Copyright (C) 2009 Dirk Schulze <krit@webkit.org>
8 * Copyright (C) Research In Motion Limited 2010-2012. All rights reserved. 8 * Copyright (C) Research In Motion Limited 2010-2012. All rights reserved.
9 * Copyright (C) 2012 Google Inc. 9 * Copyright (C) 2012 Google Inc.
10 * 10 *
(...skipping 25 matching lines...) Expand all
36 #include "core/rendering/LayoutRectRecorder.h" 36 #include "core/rendering/LayoutRectRecorder.h"
37 #include "core/rendering/LayoutRepainter.h" 37 #include "core/rendering/LayoutRepainter.h"
38 #include "core/rendering/PointerEventsHitRules.h" 38 #include "core/rendering/PointerEventsHitRules.h"
39 #include "core/rendering/style/ShadowList.h" 39 #include "core/rendering/style/ShadowList.h"
40 #include "core/rendering/svg/RenderSVGInlineText.h" 40 #include "core/rendering/svg/RenderSVGInlineText.h"
41 #include "core/rendering/svg/RenderSVGResource.h" 41 #include "core/rendering/svg/RenderSVGResource.h"
42 #include "core/rendering/svg/RenderSVGRoot.h" 42 #include "core/rendering/svg/RenderSVGRoot.h"
43 #include "core/rendering/svg/SVGRenderSupport.h" 43 #include "core/rendering/svg/SVGRenderSupport.h"
44 #include "core/rendering/svg/SVGResourcesCache.h" 44 #include "core/rendering/svg/SVGResourcesCache.h"
45 #include "core/rendering/svg/SVGRootInlineBox.h" 45 #include "core/rendering/svg/SVGRootInlineBox.h"
46 #include "core/rendering/svg/SVGTextLayoutAttributesBuilder.h"
47 #include "core/rendering/svg/SVGTextRunRenderingContext.h" 46 #include "core/rendering/svg/SVGTextRunRenderingContext.h"
48 #include "core/svg/SVGLengthList.h" 47 #include "core/svg/SVGLengthList.h"
49 #include "core/svg/SVGTextElement.h" 48 #include "core/svg/SVGTextElement.h"
50 #include "core/svg/SVGTransformList.h" 49 #include "core/svg/SVGTransformList.h"
51 #include "core/svg/SVGURIReference.h" 50 #include "core/svg/SVGURIReference.h"
52 #include "platform/FloatConversion.h" 51 #include "platform/FloatConversion.h"
53 #include "platform/geometry/FloatQuad.h" 52 #include "platform/geometry/FloatQuad.h"
54 #include "platform/geometry/TransformState.h" 53 #include "platform/geometry/TransformState.h"
55 54
56 namespace WebCore { 55 namespace WebCore {
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 return 0; 552 return 0;
554 } 553 }
555 554
556 // Fix for <rdar://problem/8048875>. We should not render :first-letter CSS Styl e 555 // Fix for <rdar://problem/8048875>. We should not render :first-letter CSS Styl e
557 // in a SVG text element context. 556 // in a SVG text element context.
558 void RenderSVGText::updateFirstLetter() 557 void RenderSVGText::updateFirstLetter()
559 { 558 {
560 } 559 }
561 560
562 } 561 }
OLDNEW
« no previous file with comments | « Source/core/rendering/svg/RenderSVGResourceRadialGradient.cpp ('k') | Source/core/rendering/svg/SVGRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698