blob: 6e21b36d8b0f0cfc674e2feff31c59b38c3cd6b8 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// 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/text/hyphenation.h"
namespace blink {
scoped_refptr<Hyphenation> Hyphenation::PlatformGetHyphenation(
const AtomicString&) {
return nullptr;
}
} // namespace blink