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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 1093713002: Revert of Send resize event when the screen info changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/browser/renderer_host/render_widget_host_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 1b95a255901f66a3cce842397617fea7c40c41c3..ecd86c5259560b94e04614741226ea4bfab79d1e 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -551,7 +551,7 @@
// Fills in the |resize_params| struct.
// Returns |false| if the update is redundant, |true| otherwise.
- bool GetResizeParams(ViewMsg_Resize_Params* resize_params) const;
+ bool GetResizeParams(ViewMsg_Resize_Params* resize_params);
// Sets the |resize_params| that were sent to the renderer bundled with the
// request to create a new RenderWidget.
@@ -564,10 +564,6 @@
DCHECK_GT(in_flight_event_count_, 0);
return --in_flight_event_count_;
}
-
- // Update screen_info_ if needed.
- // Returns whether screen_info_ was updated.
- bool UpdateScreenInfo();
// The View associated with the RenderViewHost. The lifetime of this object
// is associated with the lifetime of the Render process. If the Renderer
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698