Chromium Code Reviews| Index: skia/ext/skia_sandbox_support_win.h |
| diff --git a/skia/ext/skia_sandbox_support_win.h b/skia/ext/skia_sandbox_support_win.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dc22292f3375783ad41c5390f44d6737319234ca |
| --- /dev/null |
| +++ b/skia/ext/skia_sandbox_support_win.h |
| @@ -0,0 +1,11 @@ |
| +// Copyright (c) 2006-2008 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_ |
| +#pragma once |
| + |
| +static void (*g_skia_sandbox_support)(LOGFONT font); |
|
vandebo (ex-Chrome)
2011/11/22 01:15:08
nit: g_skia_ensure_typeface_accessible_upcall ?
arthurhsu
2011/11/22 18:10:47
Done.
|
| + |
| +#endif // SKIA_EXT_SKIA_SANDBOX_SUPPORT_WIN_H_ |