blob: f9fdb833a509cd5e6894d658b118090d467bdd43 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "core/layout/TableGridCell.h"
#include "core/layout/LayoutTableCell.h"
namespace blink {
TableGridCell::TableGridCell() = default;
TableGridCell::~TableGridCell() = default;
} // namespace blink