Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(859)

Unified Diff: skia/ext/skia_sandbox_support_win.h

Issue 8566026: Implement skia sandbox callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update per code review Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..20d6bd1de4bacb8262358a04906419426a3d5b66
--- /dev/null
+++ b/skia/ext/skia_sandbox_support_win.h
@@ -0,0 +1,17 @@
+// 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
+
+#include <windows.h>
+
+#include "SkPreConfig.h"
+
+typedef void (*SkiaEnsureTypefaceAccessible)(LOGFONT font);
+
+SK_API void SetSkiaEnsureTypefaceAccessible(SkiaEnsureTypefaceAccessible func);
+
+#endif // SKIA_EXT_SKIA_SANDBOX_SUPPORT_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698