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

Unified Diff: Source/platform/LengthBox.h

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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/modules/accessibility/AXTable.cpp ('k') | Source/platform/Theme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LengthBox.h
diff --git a/Source/platform/LengthBox.h b/Source/platform/LengthBox.h
index 35b9608d23e5583d8411db75ab69d95b4971cd84..400a6b8cb3935bd0f668a81c00cbd65689787e14 100644
--- a/Source/platform/LengthBox.h
+++ b/Source/platform/LengthBox.h
@@ -95,7 +95,7 @@ public:
return !(m_left.isZero() && m_right.isZero() && m_top.isZero() && m_bottom.isZero());
}
- // Must be public for SET_VAR in LayoutStyle.h
+ // Must be public for SET_VAR in ComputedStyle.h
Length m_left;
Length m_right;
Length m_top;
« no previous file with comments | « Source/modules/accessibility/AXTable.cpp ('k') | Source/platform/Theme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698