Index: content/public/browser/render_widget_host_view.h |
=================================================================== |
--- content/public/browser/render_widget_host_view.h (revision 244508) |
+++ content/public/browser/render_widget_host_view.h (working copy) |
@@ -158,11 +158,6 @@ |
// Builds a submenu containing all the gtk input method commands. |
virtual gfx::NativeView BuildInputMethodsGtkMenu() = 0; |
#endif // defined(TOOLKIT_GTK) |
- |
-#if defined(OS_WIN) && !defined(USE_AURA) |
- // The region specified will be transparent to mouse clicks. |
- virtual void SetClickthroughRegion(SkRegion* region) = 0; |
-#endif |
}; |
} // namespace content |