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

Unified Diff: third_party/WebKit/Source/core/style/StyleDifference.cpp

Issue 2776413002: Reland of Add StyleDifference::needsVisualRectUpdate (Closed)
Patch Set: Fix webkit_unit_tests Created 3 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/style/StyleDifference.cpp
diff --git a/third_party/WebKit/Source/core/style/StyleDifference.cpp b/third_party/WebKit/Source/core/style/StyleDifference.cpp
index cd085be9ad8e42bde4008f4c8d5b1a2beb20d8ca..6b9517ca7ab8f18a7fa1e28bac199c881da0a74c 100644
--- a/third_party/WebKit/Source/core/style/StyleDifference.cpp
+++ b/third_party/WebKit/Source/core/style/StyleDifference.cpp
@@ -41,6 +41,7 @@ std::ostream& operator<<(std::ostream& out, const StyleDifference& diff) {
}
out << ", recomputeOverflow=" << diff.m_recomputeOverflow;
+ out << ", visualRectUpdate=" << diff.m_visualRectUpdate;
out << ", propertySpecificDifferences=";
int diffCount = 0;
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleDifference.h ('k') | third_party/WebKit/Source/core/style/StyleDifferenceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698