Chromium Code Reviews| Index: skia/ext/SkFontHost_sandbox_win.h |
| diff --git a/skia/ext/SkFontHost_sandbox_win.h b/skia/ext/SkFontHost_sandbox_win.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d709aced6f187135d5b004049dbea13fc3be67dd |
| --- /dev/null |
| +++ b/skia/ext/SkFontHost_sandbox_win.h |
| @@ -0,0 +1,10 @@ |
| +// 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. |
| + |
| +namespace skia { |
| + class SandboxSupport { |
| + public: |
| + static void EnsureFontLoad(LOGFONT logfont); |
| + }; |
| +} |