summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/text/win/hyphenation_win.cc
blob: 6e21b36d8b0f0cfc674e2feff31c59b38c3cd6b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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