Skip to content

Commit

Permalink
Remove mutableGrid() from GridTrackSizing Algorithm
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=255738

Reviewed by Tim Nguyen.

mutableGrid() does not appear to be used anymore in the code base.

* Source/WebCore/rendering/GridTrackSizingAlgorithm.h:

Canonical link: https://commits.webkit.org/263207@main
  • Loading branch information
stwrt committed Apr 21, 2023
1 parent 0a72f21 commit c93e912
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/WebCore/rendering/GridTrackSizingAlgorithm.h
Expand Up @@ -119,9 +119,6 @@ class GridTrackSizingAlgorithm final {

// Required by RenderGrid. Try to minimize the exposed surface.
const Grid& grid() const { return m_grid; }
// FIXME (jfernandez): We should remove any public getter for this attribute
// and encapsulate any access in the algorithm class.
Grid& mutableGrid() const { return m_grid; }

const RenderGrid* renderGrid() const { return m_renderGrid; };

Expand Down

0 comments on commit c93e912

Please sign in to comment.