blob: d259aae2526026bb08cab86ccc5aca96e6cf896f [file] [log] [blame]
// Copyright 2014 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 "base/logging.h"
#include "content/browser/renderer_host/pepper/pepper_truetype_font.h"
namespace content {
// static
PepperTrueTypeFont* PepperTrueTypeFont::Create() {
NOTIMPLEMENTED(); // Not implemented on Android.
return NULL;
}
} // namespace content