| Index: content/port/browser/render_widget_host_view_port.h
|
| ===================================================================
|
| --- content/port/browser/render_widget_host_view_port.h (revision 244508)
|
| +++ content/port/browser/render_widget_host_view_port.h (working copy)
|
| @@ -335,11 +335,7 @@
|
| virtual void HasTouchEventHandlers(bool need_touch_events) = 0;
|
| #endif
|
|
|
| -#if defined(OS_WIN) && !defined(USE_AURA)
|
| - virtual void WillWmDestroy() = 0;
|
| -#endif
|
| -
|
| -#if defined(OS_WIN) && defined(USE_AURA)
|
| +#if defined(OS_WIN)
|
| virtual void SetParentNativeViewAccessible(
|
| gfx::NativeViewAccessible accessible_parent) = 0;
|
|
|
|
|