Index: third_party/WebKit/Source/core/layout/LayoutGrid.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h |
index 63d0ec611fa861ba590309f99d360a4bb4c409dc..5d2df4ca73c90c3ee94482fe8fb931d80be602fd 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h |
@@ -53,6 +53,7 @@ public: |
explicit LayoutGrid(Element*); |
~LayoutGrid() override; |
+ static LayoutGrid* createAnonymous(Document*); |
const char* name() const override { return "LayoutGrid"; } |
void layoutBlock(bool relayoutChildren) override; |