| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_impl.h (revision 244508)
|
| +++ content/browser/renderer_host/render_widget_host_impl.h (working copy)
|
| @@ -424,7 +424,7 @@
|
| // Kill the renderer because we got a fatal accessibility error.
|
| void FatalAccessibilityTreeError();
|
|
|
| -#if defined(OS_WIN) && defined(USE_AURA)
|
| +#if defined(OS_WIN)
|
| void SetParentNativeViewAccessible(
|
| gfx::NativeViewAccessible accessible_parent);
|
| gfx::NativeViewAccessible GetParentNativeViewAccessible() const;
|
|
|