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

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

Issue 2555283002: Add mask layer and offsetFromLayoutObject info to GraphicsLayer JSON (Closed)
Patch Set: Created 4 years 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/paint/BoxPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.cpp b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
index 5b4303bd271a1d87b1c260307291e5276f2c158d..c9e44f3c67f3a0092330c4d782049f6b491883f9 100644
--- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
@@ -792,7 +792,6 @@ void BoxPainter::paintFillLayer(const LayoutBoxModelObject& obj,
}
context.endLayer();
- context.endLayer();
Stephen Chennney 2016/12/07 20:29:11 This is code cleanup.
}
}

Powered by Google App Engine
This is Rietveld 408576698