Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1965)

Unified Diff: content/test/test_render_view_host.h

Issue 1858063002: Remove Mac NPAPI things (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more build fixes Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/render_widget_host_view.h ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {}
« no previous file with comments | « content/public/browser/render_widget_host_view.h ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698