| Index: content/common/font_config_ipc_linux.h
|
| ===================================================================
|
| --- content/common/font_config_ipc_linux.h (revision 163632)
|
| +++ content/common/font_config_ipc_linux.h (working copy)
|
| @@ -10,6 +10,8 @@
|
|
|
| #include <string>
|
|
|
| +namespace content {
|
| +
|
| // FontConfig implementation for Skia that proxies out of process to get out
|
| // of the sandbox. See http://code.google.com/p/chromium/wiki/LinuxSandboxIPC
|
| class FontConfigIPC : public FontConfigInterface {
|
| @@ -37,4 +39,6 @@
|
| const int fd_;
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_COMMON_FONT_CONFIG_IPC_LINUX_H_
|
|
|