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

Unified Diff: content/renderer/render_widget.h

Issue 894193003: ResizeSynchronously should resize the visible viewport as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 0847f2e30ae1b621e2a29ea7689440e642aae81d..2a289012d15fbd494a00e38d70151688b1395540 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -400,9 +400,7 @@ class CONTENT_EXPORT RenderWidget
bool is_fullscreen,
ResizeAck resize_ack);
// Used to force the size of a window when running layout tests.
- void ResizeSynchronously(
- const gfx::Rect& new_position,
- const gfx::Size& visible_viewport_size);
+ void ResizeSynchronously(const gfx::Rect& new_position);
Avi (use Gerrit) 2015/02/03 01:30:42 ditto
bokan 2015/02/03 03:13:17 Done.
virtual void SetScreenMetricsEmulationParameters(
float device_scale_factor,
const gfx::Point& root_layer_offset,

Powered by Google App Engine
This is Rietveld 408576698