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

Unified Diff: Source/core/layout/svg/LayoutSVGBlock.h

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/layout/style/SVGLayoutStyle.cpp ('k') | Source/core/layout/svg/LayoutSVGBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/svg/LayoutSVGBlock.h
diff --git a/Source/core/rendering/svg/RenderSVGBlock.h b/Source/core/layout/svg/LayoutSVGBlock.h
similarity index 94%
rename from Source/core/rendering/svg/RenderSVGBlock.h
rename to Source/core/layout/svg/LayoutSVGBlock.h
index 06f0038ce673f0c4abd474482cd1d5b2d6570e23..9dba595bc8f00394245bcde9ec373eb35a7a1fdc 100644
--- a/Source/core/rendering/svg/RenderSVGBlock.h
+++ b/Source/core/layout/svg/LayoutSVGBlock.h
@@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef RenderSVGBlock_h
-#define RenderSVGBlock_h
+#ifndef LayoutSVGBlock_h
+#define LayoutSVGBlock_h
#include "core/rendering/RenderBlockFlow.h"
@@ -26,9 +26,9 @@ namespace blink {
class SVGElement;
-class RenderSVGBlock : public RenderBlockFlow {
+class LayoutSVGBlock : public RenderBlockFlow {
public:
- explicit RenderSVGBlock(SVGElement*);
+ explicit LayoutSVGBlock(SVGElement*);
virtual LayoutRect visualOverflowRect() const override final;
@@ -66,4 +66,4 @@ private:
};
}
-#endif
+#endif // LayoutSVGBlock_h
« no previous file with comments | « Source/core/layout/style/SVGLayoutStyle.cpp ('k') | Source/core/layout/svg/LayoutSVGBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698