blob: de99b032ff0b9cdd3eb36a37e5fd0b319df2015a [file] [log] [blame]
// Copyright 2015 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.
#ifndef TracedLayoutObject_h
#define TracedLayoutObject_h
#include "platform/instrumentation/tracing/TracedValue.h"
#include <memory>
namespace blink {
class LayoutView;
class TracedLayoutObject {
public:
static std::unique_ptr<TracedValue> Create(const LayoutView&,
bool trace_geometry = true);
};
} // namespace blink
#endif // TracedLayoutObject_h