Index: third_party/WebKit/Source/core/layout/ng/ng_exclusion.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_exclusion.h b/third_party/WebKit/Source/core/layout/ng/ng_exclusion.h |
index b8b86edde75939f6e59a6008cc6d6c14c3e75cfa..9449117f7e3870fc8fc1f1b1e023258cc06b2913 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_exclusion.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_exclusion.h |
@@ -31,6 +31,7 @@ struct CORE_EXPORT NGExclusion { |
Type type; |
bool operator==(const NGExclusion& other) const; |
+ |
String ToString() const; |
}; |