| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4e18783c0361d54bb373f6e8242f11aeb4d5fd70..fe3300382745d92d6134bb9d674799a9c90c80cf 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -127,7 +127,7 @@ IPC_STRUCT_TRAITS_BEGIN(WebKit::WebScreenInfo)
|
| IPC_STRUCT_TRAITS_MEMBER(availableRect)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| -IPC_STRUCT_TRAITS_BEGIN(WebPreferences)
|
| +IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(standard_font_family)
|
| IPC_STRUCT_TRAITS_MEMBER(fixed_font_family)
|
| IPC_STRUCT_TRAITS_MEMBER(serif_font_family)
|
| @@ -622,7 +622,7 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
| IPC_STRUCT_MEMBER(content::RendererPreferences, renderer_preferences)
|
|
|
| // Preferences for this view.
|
| - IPC_STRUCT_MEMBER(WebPreferences, web_preferences)
|
| + IPC_STRUCT_MEMBER(webkit_glue::WebPreferences, web_preferences)
|
|
|
| // The ID of the view to be created.
|
| IPC_STRUCT_MEMBER(int32, view_id)
|
| @@ -727,7 +727,7 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetRendererPrefs,
|
|
|
| // This passes a set of webkit preferences down to the renderer.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_UpdateWebPreferences,
|
| - WebPreferences)
|
| + webkit_glue::WebPreferences)
|
|
|
| // Tells the render view to close.
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Close)
|
|
|