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

Unified Diff: Source/core/css/resolver/StyleResolver.cpp

Issue 468503003: Remove FIXME in StyleResolver::styleForElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add test Created 6 years, 4 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
« no previous file with comments | « LayoutTests/fast/css/webkit-text-display-none-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/StyleResolver.cpp
diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
index 444af0c319e4503126fe9058c64cbf5b5a925d31..da095cff2cce05d51e8b5ec7867540e44704878e 100644
--- a/Source/core/css/resolver/StyleResolver.cpp
+++ b/Source/core/css/resolver/StyleResolver.cpp
@@ -652,7 +652,6 @@ PassRefPtr<RenderStyle> StyleResolver::styleForElement(Element* element, RenderS
if (applyAnimatedProperties(state, element))
adjustRenderStyle(state, element);
- // FIXME: Shouldn't this be on RenderBody::styleDidChange?
if (isHTMLBodyElement(*element))
document().textLinkColors().setTextColor(state.style()->color());
« no previous file with comments | « LayoutTests/fast/css/webkit-text-display-none-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698