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

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

Issue 10823387: Revert 152059 - Gradient overlay for constrained window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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_view_impl.h » ('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
===================================================================
--- content/public/test/render_view_test.cc (revision 152061)
+++ content/public/test/render_view_test.cc (working copy)
@@ -309,14 +309,6 @@
return ViewHostMsg_FrameNavigate::ID;
}
-void RenderViewTest::Resize(gfx::Size new_size,
- gfx::Rect resizer_rect,
- bool is_fullscreen) {
- scoped_ptr<IPC::Message> resize_message(new ViewMsg_Resize(
- 0, new_size, resizer_rect, is_fullscreen));
- OnMessageReceived(*resize_message);
-}
-
bool RenderViewTest::OnMessageReceived(const IPC::Message& msg) {
RenderViewImpl* impl = static_cast<RenderViewImpl*>(view_);
return impl->OnMessageReceived(msg);
« no previous file with comments | « content/public/test/render_view_test.h ('k') | content/renderer/render_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698