1 /* 2 * Copyright 2011 Google Inc. 3 * 4 * Use of this source code is governed by a BSD-style license that can be 5 * found in the LICENSE file. 6 */ 7 8 #include "SkFontHost.h" 9 #include "SkTypeface.h" 10 11 //static 12 void SkFontHost::EnsureTypefaceAccessible(const SkTypeface& typeface) { 13 //No sandbox, nothing to do. 14 } 15