chromium/third_party/blink/renderer/core/layout/constraint_space_builder.cc

// Copyright 2018 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/layout/constraint_space_builder.h"

#include "third_party/blink/renderer/core/layout/constraint_space.h"

namespace blink {

namespace {

ConstraintSpace::PercentageStorage GetPercentageStorage(
    LayoutUnit percentage_size,
    LayoutUnit available_size) {}

}  // namespace

void ConstraintSpaceBuilder::SetPercentageResolutionSize(
    LogicalSize percentage_resolution_size) {}

void ConstraintSpaceBuilder::SetReplacedPercentageResolutionSize(
    LogicalSize replaced_percentage_resolution_size) {}

}  // namespace blink