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

Unified Diff: content/renderer/render_view_impl.h

Issue 9302022: WebWidgetClient::screenInfo() no longer does a synchronous IPC. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Refreshed patch to merge with tip of tree Created 8 years, 10 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index c79204cbb6a9e76d5a4c9215c7bdda2852972416..13552bc3e2c0073706e57bcfca37de0c201bb6ec 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -184,7 +184,8 @@ class RenderViewImpl : public RenderWidget,
int32 surface_id,
int64 session_storage_namespace_id,
const string16& frame_name,
- int32 next_page_id);
+ int32 next_page_id,
+ const WebKit::WebScreenInfo& screen_info);
// Returns the RenderViewImpl containing the given WebView.
CONTENT_EXPORT static RenderViewImpl* FromWebView(WebKit::WebView* webview);
@@ -715,7 +716,8 @@ class RenderViewImpl : public RenderWidget,
int32 surface_id,
int64 session_storage_namespace_id,
const string16& frame_name,
- int32 next_page_id);
+ int32 next_page_id,
+ const WebKit::WebScreenInfo& screen_info);
// Do not delete directly. This class is reference counted.
virtual ~RenderViewImpl();

Powered by Google App Engine
This is Rietveld 408576698