| Index: content/browser/renderer_host/test_render_view_host.h
|
| ===================================================================
|
| --- content/browser/renderer_host/test_render_view_host.h (revision 156019)
|
| +++ content/browser/renderer_host/test_render_view_host.h (working copy)
|
| @@ -88,6 +88,7 @@
|
| virtual void WasShown() OVERRIDE {}
|
| virtual void WasHidden() OVERRIDE {}
|
| virtual void MovePluginWindows(
|
| + const gfx::Point& scroll_offset,
|
| const std::vector<webkit::npapi::WebPluginGeometry>& moves) OVERRIDE {}
|
| virtual void Focus() OVERRIDE {}
|
| virtual void Blur() OVERRIDE {}
|
|
|