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

Unified Diff: Source/core/css/CSSToStyleMap.cpp

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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/css/CSSStyleSheet.idl ('k') | Source/core/css/CSSValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSToStyleMap.cpp
diff --git a/Source/core/css/CSSToStyleMap.cpp b/Source/core/css/CSSToStyleMap.cpp
index e473703aa8b5979595bf6b33987395416f4c37b2..272d1a90010bae91971746ce3a7d3b289f3edd71 100644
--- a/Source/core/css/CSSToStyleMap.cpp
+++ b/Source/core/css/CSSToStyleMap.cpp
@@ -45,7 +45,7 @@ const RenderStyle* CSSToStyleMap::style() const
{
return m_state.style();
}
-
+
const RenderStyle* CSSToStyleMap::rootElementStyle() const
{
return m_state.rootElementStyle();
@@ -55,7 +55,7 @@ bool CSSToStyleMap::useSVGZoomRules() const
{
return m_state.useSVGZoomRules();
}
-
+
PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value)
{
return m_elementStyleResources.styleImage(m_state.document()->textLinkColors(), propertyId, value);
« no previous file with comments | « Source/core/css/CSSStyleSheet.idl ('k') | Source/core/css/CSSValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698