| Index: content/common/sandbox_linux/sandbox_linux.h
|
| diff --git a/content/common/sandbox_linux/sandbox_linux.h b/content/common/sandbox_linux/sandbox_linux.h
|
| index d42fde349ca7436de5ada2918be5e952a29255f9..6e4f8b33736aa4b408e90ae4c85881f97e0e11be 100644
|
| --- a/content/common/sandbox_linux/sandbox_linux.h
|
| +++ b/content/common/sandbox_linux/sandbox_linux.h
|
| @@ -33,7 +33,7 @@ class LinuxSandbox {
|
| // This isn't the full list, values < 32 are reserved for methods called from
|
| // Skia.
|
| enum LinuxSandboxIPCMethods {
|
| - METHOD_GET_FONT_FAMILY_FOR_CHAR = 32,
|
| + METHOD_GET_FALLBACK_FONT_FOR_CHAR = 32,
|
| METHOD_LOCALTIME = 33,
|
| DEPRECATED_METHOD_GET_CHILD_WITH_INODE = 34,
|
| METHOD_GET_STYLE_FOR_STRIKE = 35,
|
|
|