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

Unified Diff: sky/engine/core/rendering/PaintInfo.h

Issue 882143004: Remove optional arguments. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/rendering/LayerPaintingInfo.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/PaintInfo.h
diff --git a/sky/engine/core/rendering/PaintInfo.h b/sky/engine/core/rendering/PaintInfo.h
index ad3dbc1e7f405ce945a55713de7328f59a2c5751..8a2ad09968dab42e20896a3a8f39dfeea7afd171 100644
--- a/sky/engine/core/rendering/PaintInfo.h
+++ b/sky/engine/core/rendering/PaintInfo.h
@@ -47,7 +47,7 @@ class RenderObject;
*/
struct PaintInfo {
PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase,
- RenderObject* newPaintingRoot = 0, const RenderLayerModelObject* newPaintContainer = 0)
+ RenderObject* newPaintingRoot, const RenderLayerModelObject* newPaintContainer)
: context(newContext)
, rect(newRect)
, phase(newPhase)
« no previous file with comments | « sky/engine/core/rendering/LayerPaintingInfo.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698