Index: third_party/WebKit/Source/core/layout/line/InlineBox.h |
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.h b/third_party/WebKit/Source/core/layout/line/InlineBox.h |
index 05a5c9a029ed415016a8755944df2662c9e4ead1..db84946f9ec83df1f5e6c33cc3c8931e96432723 100644 |
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.h |
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.h |
@@ -300,6 +300,7 @@ public: |
void setDirOverride(bool dirOverride) { m_bitfields.setDirOverride(dirOverride); } |
DisplayItemClient displayItemClient() const { return toDisplayItemClient(this); } |
+ void invalidateDisplayItemClientsRecursively(); |
chrishtr
2015/12/03 18:41:56
It's not super clear how far this recursion goes.
Xianzhu
2015/12/03 19:10:40
Acknowledged.
mstensho (USE GERRIT)
2015/12/03 19:58:02
Why this change now? I don't recall having seen an
Xianzhu
2015/12/03 20:34:55
I'm also working on crbug.com/563943 and found thi
mstensho (USE GERRIT)
2015/12/03 20:41:57
OK, fair enough. Then ignore me, but chrishtr has
Xianzhu
2015/12/03 22:47:05
Done.
|
#define ADD_BOOLEAN_BITFIELD(name, Name) \ |
private:\ |