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

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

Issue 2473743003: Call Element::rebuildLayoutTree from Document::updateStyle directly (Closed)
Patch Set: Fix failures due to information not being retained correctly for detachLayoutTree() in Text::reatta… Created 3 years, 10 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/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index 61ad9f6c110fd12a3bf6378d4fa76d299e6de9cd..ea50175871510fd2e10efd7ed89ff284ecbb7a2c 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -52,8 +52,7 @@ enum StyleRecalcChange {
IndependentInherit,
Inherit,
Force,
- Reattach,
- ReattachNoLayoutObject
+ Reattach
};
// Static pseudo styles. Dynamic ones are produced on the fly.

Powered by Google App Engine
This is Rietveld 408576698