blob: 6d2b1cc77c39054069de35e952f0ab48890d08c8 [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 "third_party/blink/renderer/core/layout/table_grid_cell.h"
#include "third_party/blink/renderer/core/layout/layout_table_cell.h"
namespace blink {
TableGridCell::TableGridCell() = default;
TableGridCell::~TableGridCell() = default;
} // namespace blink