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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayer.cpp

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: merge with master; thakis nit Created 4 years, 2 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/page/Page.cpp ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
index ece88357555366f2d5de786ff1d55eded8c48b03..e7961555bb6dc1581eb8f6466956af8b9bb36b61 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp
@@ -138,12 +138,10 @@ PaintLayer::PaintLayer(LayoutBoxModelObject* layoutObject)
m_isVisibleContentDirty(true),
m_hasVisibleContent(false),
m_isVisibleDescendantDirty(false),
- m_hasVisibleDescendant(false)
+ m_hasVisibleDescendant(false),
#if ENABLE(ASSERT)
- ,
- m_needsPositionUpdate(true)
+ m_needsPositionUpdate(true),
#endif
- ,
m_is3DTransformedDescendantDirty(true),
m_has3DTransformedDescendant(false),
m_containsDirtyOverlayScrollbars(false),
« no previous file with comments | « third_party/WebKit/Source/core/page/Page.cpp ('k') | third_party/WebKit/Source/core/svg/SVGElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698