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

Side by Side Diff: third_party/WebKit/WebCore/rendering/RenderSVGContainer.h

Issue 10670: Do another merge using nifty new merge script (CL for that coming soon). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann@kde.org> 2 Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann@kde.org>
3 2004, 2005, 2007 Rob Buis <buis@kde.org> 3 2004, 2005, 2007 Rob Buis <buis@kde.org>
4 4
5 This file is part of the KDE project 5 This file is part of the KDE project
6 6
7 This library is free software; you can redistribute it and/or 7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Library General Public 8 modify it under the terms of the GNU Library General Public
9 License as published by the Free Software Foundation; either 9 License as published by the Free Software Foundation; either
10 version 2 of the License, or (at your option) any later version. 10 version 2 of the License, or (at your option) any later version.
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 71
72 virtual bool requiresLayer(); 72 virtual bool requiresLayer();
73 virtual int lineHeight(bool b, bool isRootLineBox = false) const; 73 virtual int lineHeight(bool b, bool isRootLineBox = false) const;
74 virtual int baselinePosition(bool b, bool isRootLineBox = false) const; 74 virtual int baselinePosition(bool b, bool isRootLineBox = false) const;
75 75
76 virtual void layout(); 76 virtual void layout();
77 virtual void paint(PaintInfo&, int parentX, int parentY); 77 virtual void paint(PaintInfo&, int parentX, int parentY);
78 78
79 virtual IntRect absoluteClippedOverflowRect(); 79 virtual IntRect absoluteClippedOverflowRect();
80 virtual void absoluteRects(Vector<IntRect>& rects, int tx, int ty, bool topL evel = true); 80 virtual void absoluteRects(Vector<IntRect>& rects, int tx, int ty, bool topL evel = true);
81 virtual void absoluteQuads(Vector<FloatQuad>&, bool topLevel = true);
81 virtual void addFocusRingRects(GraphicsContext*, int tx, int ty); 82 virtual void addFocusRingRects(GraphicsContext*, int tx, int ty);
82 83
83 FloatRect relativeBBox(bool includeStroke = true) const; 84 FloatRect relativeBBox(bool includeStroke = true) const;
84 85
85 virtual bool calculateLocalTransform(); 86 virtual bool calculateLocalTransform();
86 virtual AffineTransform localTransform() const; 87 virtual AffineTransform localTransform() const;
87 virtual AffineTransform viewportTransform() const; 88 virtual AffineTransform viewportTransform() const;
88 89
89 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y , int tx, int ty, HitTestAction); 90 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, int x, int y , int tx, int ty, HitTestAction);
90 91
(...skipping 21 matching lines...) Expand all
112 IntRect m_absoluteBounds; 113 IntRect m_absoluteBounds;
113 AffineTransform m_localTransform; 114 AffineTransform m_localTransform;
114 }; 115 };
115 116
116 } // namespace WebCore 117 } // namespace WebCore
117 118
118 #endif // ENABLE(SVG) 119 #endif // ENABLE(SVG)
119 #endif // RenderSVGContainer_h 120 #endif // RenderSVGContainer_h
120 121
121 // vim:ts=4:noet 122 // vim:ts=4:noet
OLDNEW
« no previous file with comments | « third_party/WebKit/WebCore/rendering/RenderPath.cpp ('k') | third_party/WebKit/WebCore/rendering/RenderSVGContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698