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

Unified Diff: content/test/test_render_view_host.h

Issue 351683002: Adds link disambiguation popup support to Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: attempt to fix athena build Created 6 years, 3 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/shell/browser/shell_web_contents_view_delegate_win.cc ('k') | no next file » | 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 51f662db2753f9e6f8c482d7208f02059bb37c90..f478fed19a31a27fbac47eafcf4d8067a8bfce98 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -137,10 +137,13 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
#if defined(OS_MACOSX)
virtual bool PostProcessEventForPluginIme(
const NativeWebKeyboardEvent& event) OVERRIDE;
-#elif defined(OS_ANDROID)
+#endif
+#if defined(OS_ANDROID) || defined(TOOLKIT_VIEWS)
virtual void ShowDisambiguationPopup(
- const gfx::Rect& target_rect,
+ const gfx::Rect& rect_pixels,
const SkBitmap& zoomed_bitmap) OVERRIDE {}
+#endif
+#if defined(OS_ANDROID)
virtual void LockCompositingSurface() OVERRIDE {}
virtual void UnlockCompositingSurface() OVERRIDE {}
#endif
« no previous file with comments | « content/shell/browser/shell_web_contents_view_delegate_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698