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

Unified Diff: Source/core/css/themeChromium.css

Issue 922423002: Move rendering/RenderTextControl* to layout/LayoutTextControl* (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/themeChromium.css
diff --git a/Source/core/css/themeChromium.css b/Source/core/css/themeChromium.css
index 6094c1dd04eca724dc0520af080b30beaf2ff90b..a3265690e6cb0e853f752486c2c2d24aba686143 100644
--- a/Source/core/css/themeChromium.css
+++ b/Source/core/css/themeChromium.css
@@ -31,6 +31,6 @@
/* These styles override other user-agent styles for Chromium. */
input:disabled, textarea:disabled {
- color: #545454; /* Color::light() for #000000. See RenderTextControl.cpp:disabledTextColor */
+ color: #545454; /* Color::light() for #000000. See LayoutTextControl.cpp:disabledTextColor */
}
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698