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

Unified Diff: third_party/WebKit/Source/core/style/StyleInheritedData.h

Issue 2299213003: Fix the inconsistent problem while the content of textNodes is changed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add layout test cases and fix format issues Created 4 years, 1 month 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/style/StyleInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleInheritedData.h b/third_party/WebKit/Source/core/style/StyleInheritedData.h
index b1180d6836869504cb131e6125f7d3b950af8408..fe2d4625de65140269b8565dc5694bc08136261c 100644
--- a/third_party/WebKit/Source/core/style/StyleInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleInheritedData.h
@@ -61,6 +61,7 @@ class CORE_EXPORT StyleInheritedData : public RefCounted<StyleInheritedData> {
Color color;
Color visitedLinkColor;
float textAutosizingMultiplier;
+ unsigned textAutosizingFingerPrint;
private:
StyleInheritedData();

Powered by Google App Engine
This is Rietveld 408576698