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

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

Issue 1816103002: Clear baseComputedStyle when text-autosizing changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/LayoutObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
index 387058354128dc2e7c11ef76bba0ec84dd51844c..ba9865117d4388186b5d571d30fdee028a71d129 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -925,6 +925,8 @@ public:
void firstLineStyleDidChange(const ComputedStyle& oldStyle, const ComputedStyle& newStyle);
+ void clearBaseComputedStyle();
+
// This function returns an enclosing non-anonymous LayoutBlock for this
// element.
// This function is not always returning the containing block as defined by

Powered by Google App Engine
This is Rietveld 408576698