Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / content / renderer / pepper / pepper_truetype_font_android.cc
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.
4
5 #include "base/logging.h"
6 #include "content/renderer/pepper/pepper_truetype_font.h"
7
8 namespace content {
9
10 // static
11 PepperTrueTypeFont* PepperTrueTypeFont::Create(
12     const ppapi::proxy::SerializedTrueTypeFontDesc& desc) {
13   NOTIMPLEMENTED();  // Font API isn't implemented on Android.
14   return 0;
15 }
16
17 }  // namespace content