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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineBox.h

Issue 1473363003: Invalidate first line display item clients when first line style changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address mstensho's comments Created 5 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/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:\

Powered by Google App Engine
This is Rietveld 408576698