| Index: content/browser/renderer_host/test_render_view_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/test_render_view_host.h (revision 113050)
|
| +++ content/browser/renderer_host/test_render_view_host.h (working copy)
|
| @@ -38,6 +38,11 @@
|
| const GURL& url,
|
| content::PageTransition transition_type);
|
|
|
| +// Utility function to fake the ViewHostMsg_UpdateRect IPC arriving at a RWH.
|
| +void SimulateUpdateRect(RenderWidgetHost* widget,
|
| + TransportDIB::Id bitmap,
|
| + const gfx::Rect& rect);
|
| +
|
| // This file provides a testing framework for mocking out the RenderProcessHost
|
| // layer. It allows you to test RenderViewHost, TabContents,
|
| // NavigationController, and other layers above that without running an actual
|
|
|