| Index: content/browser/renderer_host/test_render_view_host.h
|
| diff --git a/content/browser/renderer_host/test_render_view_host.h b/content/browser/renderer_host/test_render_view_host.h
|
| index 1eb7583bec0c21cd5d08f49103b28c44ab6ea678..5abed25f80d752ce1e462e118a74a933e146b1dd 100644
|
| --- a/content/browser/renderer_host/test_render_view_host.h
|
| +++ b/content/browser/renderer_host/test_render_view_host.h
|
| @@ -15,6 +15,7 @@
|
| #include "content/browser/renderer_host/render_widget_host_view_base.h"
|
| #include "content/public/common/page_transition_types.h"
|
| #include "content/public/test/test_renderer_host.h"
|
| +#include "ui/base/layout.h"
|
| #include "ui/gfx/vector2d_f.h"
|
|
|
| // This file provides a testing framework for mocking out the RenderProcessHost
|
| @@ -370,6 +371,9 @@ class RenderViewHostImplTestHarness : public RenderViewHostTestHarness {
|
| TestWebContents* contents();
|
|
|
| private:
|
| + typedef scoped_ptr<ui::test::ScopedSetSupportedScaleFactors>
|
| + ScopedSetSupportedScaleFactors;
|
| + ScopedSetSupportedScaleFactors scoped_set_supported_scale_factors_;
|
| DISALLOW_COPY_AND_ASSIGN(RenderViewHostImplTestHarness);
|
| };
|
|
|
|
|