summaryrefslogtreecommitdiffstats
path: root/skia/ext/skia_sandbox_support_win.h
blob: 47615bf443a70e4907a5af232dad5dd97b29184c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) 2011 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.

#ifndef SKIA_EXT_SKIA_SANDBOX_SUPPORT_WIN_H_
#define SKIA_EXT_SKIA_SANDBOX_SUPPORT_WIN_H_

#include <windows.h>

#include "SkPreConfig.h"

typedef void (*SkiaEnsureTypefaceAccessible)(const LOGFONT& font);

SK_API void SetSkiaEnsureTypefaceAccessible(SkiaEnsureTypefaceAccessible func);

#endif  // SKIA_EXT_SKIA_SANDBOX_SUPPORT_WIN_H_