chromium/third_party/blink/renderer/core/layout/layout_view_transition_root.cc

// Copyright 2023 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/layout/layout_view_transition_root.h"

#include "third_party/blink/renderer/core/css/resolver/style_resolver.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/layout/layout_view.h"
#include "third_party/blink/renderer/core/style/computed_style.h"
#include "third_party/blink/renderer/core/view_transition/view_transition_style_tracker.h"
#include "third_party/blink/renderer/platform/graphics/paint/foreign_layer_display_item.h"

namespace blink {

LayoutViewTransitionRoot::LayoutViewTransitionRoot(Document& document)
    :{}

LayoutViewTransitionRoot::~LayoutViewTransitionRoot() = default;

void LayoutViewTransitionRoot::UpdateSnapshotStyle(
    const ViewTransitionStyleTracker& style_tracker) {}

}  // namespace blink