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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutGrid.cpp

Issue 2722313007: Remove some unnecessary using namespaces and add include guards (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/core/layout/LayoutGrid.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
index c31ba362d245d262c64025621e509251576dee0f..a37dce2b7a73c7bc12a5ccce1fafad31b368e831 100644
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.cpp
@@ -53,11 +53,6 @@ struct ContentAlignmentData {
LayoutUnit distributionOffset = LayoutUnit(-1);
};
-enum TrackSizeRestriction {
- AllowInfinity,
- ForbidInfinity,
-};
-
LayoutGrid::LayoutGrid(Element* element)
: LayoutBlock(element), m_grid(this), m_trackSizingAlgorithm(this, m_grid) {
ASSERT(!childrenInline());
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutFieldset.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutSlider.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698