| Index: content/test/test_render_view_host.h
|
| diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
|
| index fa40ece292b37a92e86ff5e6d79a6e8a4f0e49a5..75a03cdab0fb3a045a2d59cd237404bdf9230ee0 100644
|
| --- a/content/test/test_render_view_host.h
|
| +++ b/content/test/test_render_view_host.h
|
| @@ -82,8 +82,6 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| gfx::Rect GetViewBounds() const override;
|
| #if defined(OS_MACOSX)
|
| void SetActive(bool active) override;
|
| - void SetWindowVisibility(bool visible) override {}
|
| - void WindowFrameChanged() override {}
|
| void ShowDefinitionForSelection() override {}
|
| bool SupportsSpeech() const override;
|
| void SpeakSelection() override;
|
| @@ -124,10 +122,6 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
|
| const base::Callback<void(const gfx::Rect&, bool)>& callback) override;
|
| bool CanCopyToVideoFrame() const override;
|
| bool HasAcceleratedSurface(const gfx::Size& desired_size) override;
|
| -#if defined(OS_MACOSX)
|
| - bool PostProcessEventForPluginIme(
|
| - const NativeWebKeyboardEvent& event) override;
|
| -#endif
|
| void LockCompositingSurface() override {}
|
| void UnlockCompositingSurface() override {}
|
| void GetScreenInfo(blink::WebScreenInfo* results) override {}
|
|
|