Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1127)

Unified Diff: content/common/resize_params.h

Issue 2317563004: Change blink::WebScreenInfo to content::ScreenInfo (Closed)
Patch Set: Fix Windows compile Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698