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

Unified Diff: third_party/WebKit/Source/core/style/GridPositionsResolver.h

Issue 1648903002: [css-grid] Rename GridResolvedPosition to GridPositionsResolver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: third_party/WebKit/Source/core/style/GridPositionsResolver.h
diff --git a/third_party/WebKit/Source/core/style/GridResolvedPosition.h b/third_party/WebKit/Source/core/style/GridPositionsResolver.h
similarity index 87%
rename from third_party/WebKit/Source/core/style/GridResolvedPosition.h
rename to third_party/WebKit/Source/core/style/GridPositionsResolver.h
index 1a29f3c2f49e04a7c3946a9b12cbeca1b68fbf7f..f894f88e87783100950b3619d0f21535e2c48017 100644
--- a/third_party/WebKit/Source/core/style/GridResolvedPosition.h
+++ b/third_party/WebKit/Source/core/style/GridPositionsResolver.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef GridResolvedPosition_h
-#define GridResolvedPosition_h
+#ifndef GridPositionsResolver_h
+#define GridPositionsResolver_h
#include "core/style/GridPosition.h"
#include "wtf/Allocator.h"
@@ -27,8 +27,7 @@ enum GridTrackSizingDirection {
};
// This is a utility class with all the code related to grid items positions resolution.
-// TODO(rego): Rename class to GridPositionsResolver.
-class GridResolvedPosition {
+class GridPositionsResolver {
DISALLOW_NEW();
public:
@@ -47,4 +46,4 @@ public:
} // namespace blink
-#endif // GridResolvedPosition_h
+#endif // GridPositionsResolver_h
« no previous file with comments | « third_party/WebKit/Source/core/style/GridCoordinate.h ('k') | third_party/WebKit/Source/core/style/GridPositionsResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698