chromium/third_party/blink/renderer/core/exported/web_content_holder.cc

// Copyright 2019 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/public/web/web_content_holder.h"

#include "third_party/blink/renderer/core/content_capture/content_holder.h"
#include "third_party/blink/renderer/core/dom/node.h"

namespace blink {

WebContentHolder::WebContentHolder(const WebContentHolder& other) {}

WebContentHolder& WebContentHolder::operator=(const WebContentHolder& other) {}

WebContentHolder::~WebContentHolder() {}

WebString WebContentHolder::GetValue() const {}

gfx::Rect WebContentHolder::GetBoundingBox() const {}

uint64_t WebContentHolder::GetId() const {}

WebContentHolder::WebContentHolder(ContentHolder& holder) :{}

}  // namespace blink