blob: a44f7f218701bc65a651f918be7d13facc838ccd [file] [log] [blame]
/*
* Copyright 2009-2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "src/ports/SkFontConfigInterface_direct.h"
SkFontConfigInterface* SkFontConfigInterface::GetSingletonDirectInterface() {
static SkFontConfigInterface* singleton = new SkFontConfigInterfaceDirect(nullptr);
return singleton;
}