| Index: content/common/resize_params.h
|
| diff --git a/content/common/resize_params.h b/content/common/resize_params.h
|
| index bd6ac89817f1fbff19aa47af60a38964e52d83ef..436cb562b94e5c1e7231a33fc9c5c9f1518cd8ff 100644
|
| --- a/content/common/resize_params.h
|
| +++ b/content/common/resize_params.h
|
| @@ -6,8 +6,8 @@
|
| #define CONTENT_COMMON_RESIZE_PARAMS_H_
|
|
|
| #include "content/common/content_export.h"
|
| +#include "content/public/common/screen_info.h"
|
| #include "third_party/WebKit/public/platform/WebDisplayMode.h"
|
| -#include "third_party/WebKit/public/platform/WebScreenInfo.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| namespace content {
|
| @@ -18,7 +18,7 @@ struct CONTENT_EXPORT ResizeParams {
|
| ~ResizeParams();
|
|
|
| // Information about the screen (dpi, depth, etc..).
|
| - blink::WebScreenInfo screen_info;
|
| + ScreenInfo screen_info;
|
|
|
| // The size of the renderer.
|
| gfx::Size new_size;
|
|
|