chromium/content/web_test/renderer/layout_dump.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/web_test/renderer/layout_dump.h"

#include "base/check.h"
#include "base/strings/stringprintf.h"
#include "content/web_test/renderer/web_frame_test_proxy.h"
#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/public/test/test_web_frame_content_dumper.h"
#include "third_party/blink/public/web/web_document.h"
#include "third_party/blink/public/web/web_element.h"
#include "third_party/blink/public/web/web_frame.h"
#include "third_party/blink/public/web/web_local_frame.h"

namespace content {

TestWebFrameContentDumper;
WebFrame;
WebLocalFrame;

namespace {

std::string DumpFrameHeaderIfNeeded(WebLocalFrame* frame) {}

std::string DumpFrameScrollPosition(WebLocalFrame* frame) {}

}  // namespace

std::string DumpLayoutAsString(WebLocalFrame* frame, TextResultType type) {}

}  // namespace content