aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkFontHost_sandbox_none.cpp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-11-15 22:26:41 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-11-15 22:26:41 +0000
commit39698b1bd71fd54c7c44ae8d7224afdaf93c0dda (patch)
tree2d9ed374fd766b6f9eafe414579c5bd84632fbae /src/ports/SkFontHost_sandbox_none.cpp
parent79841fe3cbb994c027b98dc402a1cf1b4b94e34a (diff)
Add paging support for handle based typefaces.
Diffstat (limited to 'src/ports/SkFontHost_sandbox_none.cpp')
-rw-r--r--src/ports/SkFontHost_sandbox_none.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ports/SkFontHost_sandbox_none.cpp b/src/ports/SkFontHost_sandbox_none.cpp
new file mode 100644
index 0000000000..54ab5b2e21
--- /dev/null
+++ b/src/ports/SkFontHost_sandbox_none.cpp
@@ -0,0 +1,15 @@
+/*
+ * Copyright 2011 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "SkFontHost.h"
+#include "SkTypeface.h"
+#include "SkTypeface_win.h"
+
+//static
+void SkFontHost::EnsureTypefaceAccessible(const SkTypeface& typeface) {
+ //No sandbox, nothing to do.
+}