Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(757)

Unified Diff: third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp

Issue 2113933003: Add mojo interface to load hyphenation dictionaries on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheng review Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp
diff --git a/third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp b/third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp
deleted file mode 100644
index ca2b39fe6cce5b64bfbea81e4f691d92e2a85acc..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/platform/text/android/HyphenationAndroid.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-// 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 "platform/text/Hyphenation.h"
-
-namespace blink {
-
-PassRefPtr<Hyphenation> Hyphenation::platformGetHyphenation(const AtomicString&)
-{
- return nullptr;
-}
-
-} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698