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

Unified Diff: content/public/test/render_view_test.cc

Issue 2395393003: Remove grow box rect support, renderer part. (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « content/public/test/render_view_test.h ('k') | content/renderer/render_frame_impl_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index 480ab1e7741ff8a544ef635f3daf78a74defa883..0a30fbe8b94569bd0c5b88f86ee3a5044f26f266 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -527,7 +527,6 @@ uint32_t RenderViewTest::GetNavigationIPCType() {
}
void RenderViewTest::Resize(gfx::Size new_size,
- gfx::Rect resizer_rect,
bool is_fullscreen_granted) {
ResizeParams params;
params.screen_info = ScreenInfo();
@@ -535,7 +534,6 @@ void RenderViewTest::Resize(gfx::Size new_size,
params.physical_backing_size = new_size;
params.top_controls_height = 0.f;
params.top_controls_shrink_blink_size = false;
- params.resizer_rect = resizer_rect;
params.is_fullscreen_granted = is_fullscreen_granted;
params.display_mode = blink::WebDisplayModeBrowser;
std::unique_ptr<IPC::Message> resize_message(new ViewMsg_Resize(0, params));
« no previous file with comments | « content/public/test/render_view_test.h ('k') | content/renderer/render_frame_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698