Index: webkit/support/webkit_support_glue.cc |
=================================================================== |
--- webkit/support/webkit_support_glue.cc (revision 51935) |
+++ webkit/support/webkit_support_glue.cc (working copy) |
@@ -72,4 +72,16 @@ |
return true; |
} |
+#if defined(OS_LINUX) |
+int MatchFontWithFallback(const std::string& face, bool bold, |
+ bool italic, int charset) { |
+ return -1; |
+} |
+ |
+bool GetFontTable(int fd, uint32_t table, uint8_t* output, |
+ size_t* output_length) { |
+ return false; |
+} |
+#endif |
+ |
} // namespace webkit_glue |