| 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;
|
|
|