blob: fda0f770ce8e4e781c0a586ec7df03e11efe1a0b [file] [log] [blame]
// Copyright 2019 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 "chrome/browser/performance_manager/public/graph/frame_node.h"
#include "base/logging.h"
#include "chrome/browser/performance_manager/graph/frame_node_impl.h"
namespace performance_manager {
FrameNode::FrameNode() = default;
FrameNode::~FrameNode() = default;
FrameNodeObserver::FrameNodeObserver() = default;
FrameNodeObserver::~FrameNodeObserver() = default;
FrameNode::ObserverDefaultImpl::ObserverDefaultImpl() = default;
FrameNode::ObserverDefaultImpl::~ObserverDefaultImpl() = default;
} // namespace performance_manager