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

Unified Diff: third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h

Issue 2015523004: Don't explicitly initialize LayoutUnit to 0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Go through the subdirs of core/layout/ too. Created 4 years, 7 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 | « third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
index 93b42990b60d8b45cd46bb607a0edab28df27611..c821a9ce9e3c0e52ada631a1f17b3d0a3e4073e1 100644
--- a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
+++ b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.h
@@ -31,7 +31,6 @@ class SVGRootInlineBox final : public RootInlineBox {
public:
SVGRootInlineBox(LineLayoutItem block)
: RootInlineBox(block)
- , m_logicalHeight(0)
{
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698