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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsContext.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
Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
index b24c632a72a90f2434a11d85a8d76b7d4ae93e41..68ae29963add88bc295bd64171a59951d565f37b 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
@@ -59,14 +59,12 @@ GraphicsContext::GraphicsContext(PaintController& paintController,
: m_canvas(nullptr),
m_paintController(paintController),
m_paintStateStack(),
- m_paintStateIndex(0)
+ m_paintStateIndex(0),
#if DCHECK_IS_ON()
- ,
m_layerCount(0),
m_disableDestructionChecks(false),
- m_inDrawingRecorder(false)
+ m_inDrawingRecorder(false),
#endif
- ,
m_disabledState(disableContextOrPainting),
m_deviceScaleFactor(1.0f),
m_printing(false),

Powered by Google App Engine
This is Rietveld 408576698