// Copyright 2015 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/platform/fonts/orientation_iterator.h" #include <memory> namespace blink { OrientationIterator::OrientationIterator(const UChar* buffer, unsigned buffer_size, FontOrientation run_orientation) : … { … } bool OrientationIterator::Consume(unsigned* orientation_limit, RenderOrientation* render_orientation) { … } } // namespace blink