| Index: webkit/tools/test_shell/test_shell.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell.cc (revision 51935)
|
| +++ webkit/tools/test_shell/test_shell.cc (working copy)
|
| @@ -813,4 +813,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
|
|
|