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

Unified Diff: third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.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
Index: third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
index 79202204ae1e13101cff0a944d198464022232ec..0b5dd1ed4ecc32245ed8a9184b6e0b370fd6551e 100644
--- a/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
+++ b/third_party/WebKit/Source/core/layout/svg/line/SVGInlineFlowBox.h
@@ -29,7 +29,6 @@ class SVGInlineFlowBox final : public InlineFlowBox {
public:
SVGInlineFlowBox(LineLayoutItem item)
: InlineFlowBox(item)
- , m_logicalHeight(0)
{
}

Powered by Google App Engine
This is Rietveld 408576698