Index: content/test/test_renderer_host.h |
diff --git a/content/test/test_renderer_host.h b/content/test/test_renderer_host.h |
index 3926c41b3d416ae0d5a217a7dccb8f5e00566e14..060cc70ef922415d02f4248ffb345d7fc60abcf2 100644 |
--- a/content/test/test_renderer_host.h |
+++ b/content/test/test_renderer_host.h |
@@ -149,6 +149,8 @@ class RenderViewHostTestHarness : public testing::Test { |
virtual void SetUp() OVERRIDE; |
virtual void TearDown() OVERRIDE; |
+ aura::RootWindow* root_window() const { return root_window_.get(); } |
Avi (use Gerrit)
2012/03/13 15:07:37
#if defined(USE_AURA)
DaveMoore
2012/03/13 23:33:56
Done.
|
+ |
// Replaces the RPH being used. |
void SetRenderProcessHostFactory(RenderProcessHostFactory* factory); |