Index: content/browser/renderer_host/render_widget_host_view_win.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_win.h b/content/browser/renderer_host/render_widget_host_view_win.h |
index 87ddba3758511b5066bc263ac134976f7cdbf6a1..2a08040656b2171df9e05e01e8fff597b67571bf 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_win.h |
+++ b/content/browser/renderer_host/render_widget_host_view_win.h |
@@ -454,10 +454,6 @@ class RenderWidgetHostViewWin |
// when shown again. |
HWND parent_hwnd_; |
- // Instance of accessibility information for the root of the MSAA |
- // tree representation of the WebKit render tree. |
- scoped_ptr<BrowserAccessibilityManager> browser_accessibility_manager_; |
- |
// The time at which this view started displaying white pixels as a result of |
// not having anything to paint (empty backing store from renderer). This |
// value returns true for is_null() if we are not recording whiteout times. |