chromium/third_party/blink/renderer/core/testing/static_selection.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/testing/static_selection.h"

#include "third_party/blink/renderer/core/editing/selection_template.h"

namespace blink {

// static
StaticSelection* StaticSelection::FromSelectionInDOMTree(
    const SelectionInDOMTree& selection) {}

// static
StaticSelection* StaticSelection::FromSelectionInFlatTree(
    const SelectionInFlatTree& seleciton) {}

StaticSelection::StaticSelection(const SelectionInDOMTree& selection)
    :{}

StaticSelection::StaticSelection(const SelectionInFlatTree& seleciton)
    :{}

bool StaticSelection::isCollapsed() const {}

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

}  //  namespace blink