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

Unified Diff: Source/core/layout/style/ComputedStyleConstants.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/core/layout/style/ComputedStyle.cpp ('k') | Source/core/layout/style/ComputedStyleTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/style/ComputedStyleConstants.h
diff --git a/Source/core/layout/style/LayoutStyleConstants.h b/Source/core/layout/style/ComputedStyleConstants.h
similarity index 99%
rename from Source/core/layout/style/LayoutStyleConstants.h
rename to Source/core/layout/style/ComputedStyleConstants.h
index 3883de6eb78d62d13a3b7ec065f8a9ac99bcda3a..06d713085878e9769fe08c5766459cf148242efb 100644
--- a/Source/core/layout/style/LayoutStyleConstants.h
+++ b/Source/core/layout/style/ComputedStyleConstants.h
@@ -23,8 +23,8 @@
*
*/
-#ifndef LayoutStyleConstants_h
-#define LayoutStyleConstants_h
+#ifndef ComputedStyleConstants_h
+#define ComputedStyleConstants_h
namespace blink {
@@ -55,7 +55,7 @@ enum PrintColorAdjust {
// Static pseudo styles. Dynamic ones are produced on the fly.
enum PseudoId {
// The order must be NOP ID, public IDs, and then internal IDs.
- // If you add or remove a public ID, you must update _pseudoBits in LayoutStyle.
+ // If you add or remove a public ID, you must update _pseudoBits in ComputedStyle.
NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, BACKDROP, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR,
// Internal IDs follow:
SCROLLBAR_THUMB, SCROLLBAR_BUTTON, SCROLLBAR_TRACK, SCROLLBAR_TRACK_PIECE, SCROLLBAR_CORNER, RESIZER, INPUT_LIST_BUTTON,
@@ -559,4 +559,4 @@ enum CSSBoxType { BoxMissing = 0, MarginBox, BorderBox, PaddingBox, ContentBox }
} // namespace blink
-#endif // LayoutStyleConstants_h
+#endif // ComputedStyleConstants_h
« no previous file with comments | « Source/core/layout/style/ComputedStyle.cpp ('k') | Source/core/layout/style/ComputedStyleTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698