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

Side by Side Diff: Source/core/rendering/svg/SVGRenderSupport.h

Issue 713553002: Clean up forward declarations in core/rendering and core/painting (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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) 2007 Rob Buis <buis@kde.org> 2 * Copyright (C) 2007 Rob Buis <buis@kde.org>
3 * Copyright (C) 2007 Nikolas Zimmermann <zimmermann@kde.org> 3 * Copyright (C) 2007 Nikolas Zimmermann <zimmermann@kde.org>
4 * Copyright (C) 2007 Eric Seidel <eric@webkit.org> 4 * Copyright (C) 2007 Eric Seidel <eric@webkit.org>
5 * Copyright (C) 2009 Google, Inc. All rights reserved. 5 * Copyright (C) 2009 Google, Inc. All rights reserved.
6 * Copyright (C) Research In Motion Limited 2010. All rights reserved. 6 * Copyright (C) Research In Motion Limited 2010. All rights reserved.
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public 9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either 10 * License as published by the Free Software Foundation; either
(...skipping 18 matching lines...) Expand all
29 namespace blink { 29 namespace blink {
30 30
31 class AffineTransform; 31 class AffineTransform;
32 class FloatPoint; 32 class FloatPoint;
33 class FloatRect; 33 class FloatRect;
34 class GraphicsContext; 34 class GraphicsContext;
35 class GraphicsContextStateSaver; 35 class GraphicsContextStateSaver;
36 class PaintInvalidationState; 36 class PaintInvalidationState;
37 class LayoutRect; 37 class LayoutRect;
38 struct PaintInfo; 38 struct PaintInfo;
39 class Path;
40 class RenderGeometryMap; 39 class RenderGeometryMap;
41 class RenderLayerModelObject; 40 class RenderLayerModelObject;
42 class RenderObject; 41 class RenderObject;
43 class RenderStyle; 42 class RenderStyle;
44 class RenderSVGRoot; 43 class RenderSVGRoot;
45 class StrokeData; 44 class StrokeData;
46 class TransformState; 45 class TransformState;
47 46
48 class SVGRenderSupport { 47 class SVGRenderSupport {
49 public: 48 public:
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 static bool isRenderableTextNode(const RenderObject*); 102 static bool isRenderableTextNode(const RenderObject*);
104 103
105 private: 104 private:
106 static void updateObjectBoundingBox(FloatRect& objectBoundingBox, bool& obje ctBoundingBoxValid, RenderObject* other, FloatRect otherBoundingBox); 105 static void updateObjectBoundingBox(FloatRect& objectBoundingBox, bool& obje ctBoundingBoxValid, RenderObject* other, FloatRect otherBoundingBox);
107 static bool layoutSizeOfNearestViewportChanged(const RenderObject* start); 106 static bool layoutSizeOfNearestViewportChanged(const RenderObject* start);
108 }; 107 };
109 108
110 } // namespace blink 109 } // namespace blink
111 110
112 #endif // SVGRenderSupport_h 111 #endif // SVGRenderSupport_h
OLDNEW
« no previous file with comments | « Source/core/rendering/svg/RenderSVGResourceGradient.h ('k') | Source/core/rendering/svg/SVGRenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698