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

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: 1. change 'FingerPrint' to 'Fingerprint' 2. remove const from BlockSet 3. change 'textAutosizingNew… 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..d8a097f295f0ba4cb57710fb6c070875280795ca 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;
pdr. 2016/11/10 06:04:09 Echoing Steve's comment a bit, I think we should a
cathiechentx 2016/11/11 09:34:12 Lol, here is the shortcut to pass things across th
private:
StyleInheritedData();

Powered by Google App Engine
This is Rietveld 408576698