chromium/third_party/blink/renderer/core/testing/core_unit_test_helper.cc

// Copyright 2014 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/testing/core_unit_test_helper.h"

#include "services/network/public/cpp/web_sandbox_flags.h"
#include "third_party/blink/public/common/tokens/tokens.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_core.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/html/html_iframe_element.h"
#include "third_party/blink/renderer/core/input/event_handler.h"
#include "third_party/blink/renderer/core/layout/constraint_space_builder.h"
#include "third_party/blink/renderer/core/layout/hit_test_location.h"
#include "third_party/blink/renderer/core/page/page.h"
#include "third_party/blink/renderer/core/scroll/scrollbar_theme.h"
#include "third_party/blink/renderer/core/typed_arrays/dom_array_buffer.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/loader/fetch/memory_cache.h"
#include "ui/events/blink/blink_event_util.h"

namespace blink {

LocalFrame* SingleChildLocalFrameClient::CreateFrame(
    const AtomicString& name,
    HTMLFrameOwnerElement* owner_element) {}

void LocalFrameClientWithParent::Detached(FrameDetachType) {}

void RenderingTestChromeClient::InjectScrollbarGestureScroll(
    LocalFrame& local_frame,
    const gfx::Vector2dF& delta,
    ui::ScrollGranularity granularity,
    CompositorElementId scrollable_area_element_id,
    WebInputEvent::Type injected_type) {}

RenderingTest::RenderingTest(
    base::test::TaskEnvironment::TimeSource time_source)
    :{}

RenderingTestChromeClient& RenderingTest::GetChromeClient() const {}

RenderingTest::RenderingTest(LocalFrameClient* local_frame_client)
    :{}

const Node* RenderingTest::HitTest(int x, int y) {}

HitTestResult::NodeSet RenderingTest::RectBasedHitTest(
    const PhysicalRect& rect) {}

void RenderingTest::SetUp() {}

void RenderingTest::TearDown() {}

void RenderingTest::SetChildFrameHTML(const String& html) {}

ConstraintSpace RenderingTest::ConstraintSpaceForAvailableSize(
    LayoutUnit inline_size) const {}

}  // namespace blink