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