chrome.bluetoothSocket: clean-up Listen functions
[chromium-blink-merge.git] / content / renderer / pepper / pepper_truetype_font_android.cc
blobd65a1f92c18a5cc0211a151440bae903b253c521
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/logging.h"
6 #include "content/renderer/pepper/pepper_truetype_font.h"
8 namespace content {
10 // static
11 PepperTrueTypeFont* PepperTrueTypeFont::Create(
12 const ppapi::proxy::SerializedTrueTypeFontDesc& desc) {
13 NOTIMPLEMENTED(); // Font API isn't implemented on Android.
14 return 0;
17 } // namespace content