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

Unified Diff: third_party/WebKit/Source/core/layout/ClipRect.h

Issue 2238883006: SPv2: Use GeometryMapper to implement PaintLayerClipper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: none 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/core/layout/ClipRect.h
diff --git a/third_party/WebKit/Source/core/layout/ClipRect.h b/third_party/WebKit/Source/core/layout/ClipRect.h
index 7d4b62cd6ad294cb1d577bb045ea63900ddf4862..b70fb2813718cbb91abe7d88dc00a7cff609073e 100644
--- a/third_party/WebKit/Source/core/layout/ClipRect.h
+++ b/third_party/WebKit/Source/core/layout/ClipRect.h
@@ -77,6 +77,8 @@ class ClipRect {
return *this;
}
+ String toString() { return m_rect.toString(); }
+
private:
LayoutRect m_rect;
bool m_hasRadius;

Powered by Google App Engine
This is Rietveld 408576698