chromium/third_party/blink/renderer/core/css/layout_upgrade.cc

// Copyright 2022 The Chromium Authors
// 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/css/layout_upgrade.h"
#include "third_party/blink/renderer/core/css/container_query_data.h"
#include "third_party/blink/renderer/core/css/style_engine.h"
#include "third_party/blink/renderer/core/dom/container_node.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/html/html_frame_owner_element.h"

namespace blink {

bool DocumentLayoutUpgrade::ShouldUpgrade() {}

bool ParentLayoutUpgrade::ShouldUpgrade() {}

bool ElementLayoutUpgrade::ShouldUpgrade() {}

}  // namespace blink