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

Unified Diff: skia/ext/SkFontHost_sandbox_win.h

Issue 8566026: Implement skia sandbox callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and 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/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);
+ };
+}

Powered by Google App Engine
This is Rietveld 408576698