chromium/third_party/blink/renderer/core/page/scrolling/sticky_position_scrolling_constraints.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 "third_party/blink/renderer/core/page/scrolling/sticky_position_scrolling_constraints.h"

#include "third_party/blink/renderer/core/layout/layout_box_model_object.h"
#include "third_party/blink/renderer/core/paint/paint_layer.h"
#include "third_party/blink/renderer/platform/geometry/layout_unit.h"

namespace blink {

void StickyPositionScrollingConstraints::ComputeStickyOffset(
    const gfx::PointF& scroll_position) {}

void StickyPositionScrollingConstraints::Trace(Visitor* visitor) const {}

PhysicalOffset StickyPositionScrollingConstraints::AncestorStickyBoxOffset()
    const {}

PhysicalOffset
StickyPositionScrollingConstraints::AncestorContainingBlockOffset() const {}

}  // namespace blink