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

Side by Side Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 2751503002: Revert of Add a window property to associate RWHVA with its child AX tree ID (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_AURA_H_ 5 #ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_AURA_H_
6 #define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_AURA_H_ 6 #define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_AURA_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 void ProcessAckedTouchEvent(const TouchEventWithLatencyInfo& touch, 155 void ProcessAckedTouchEvent(const TouchEventWithLatencyInfo& touch,
156 InputEventAckState ack_result) override; 156 InputEventAckState ack_result) override;
157 std::unique_ptr<SyntheticGestureTarget> CreateSyntheticGestureTarget() 157 std::unique_ptr<SyntheticGestureTarget> CreateSyntheticGestureTarget()
158 override; 158 override;
159 InputEventAckState FilterInputEvent( 159 InputEventAckState FilterInputEvent(
160 const blink::WebInputEvent& input_event) override; 160 const blink::WebInputEvent& input_event) override;
161 BrowserAccessibilityManager* CreateBrowserAccessibilityManager( 161 BrowserAccessibilityManager* CreateBrowserAccessibilityManager(
162 BrowserAccessibilityDelegate* delegate, bool for_root_frame) override; 162 BrowserAccessibilityDelegate* delegate, bool for_root_frame) override;
163 gfx::AcceleratedWidget AccessibilityGetAcceleratedWidget() override; 163 gfx::AcceleratedWidget AccessibilityGetAcceleratedWidget() override;
164 gfx::NativeViewAccessible AccessibilityGetNativeViewAccessible() override; 164 gfx::NativeViewAccessible AccessibilityGetNativeViewAccessible() override;
165 void SetMainFrameAXTreeID(ui::AXTreeIDRegistry::AXTreeID id) override;
166 bool LockMouse() override; 165 bool LockMouse() override;
167 void UnlockMouse() override; 166 void UnlockMouse() override;
168 void OnSwapCompositorFrame(uint32_t compositor_frame_sink_id, 167 void OnSwapCompositorFrame(uint32_t compositor_frame_sink_id,
169 cc::CompositorFrame frame) override; 168 cc::CompositorFrame frame) override;
170 void ClearCompositorFrame() override; 169 void ClearCompositorFrame() override;
171 void DidStopFlinging() override; 170 void DidStopFlinging() override;
172 void OnDidNavigateMainFrameToNewPage() override; 171 void OnDidNavigateMainFrameToNewPage() override;
173 cc::FrameSinkId GetFrameSinkId() override; 172 cc::FrameSinkId GetFrameSinkId() override;
174 cc::FrameSinkId FrameSinkIdAtPoint(cc::SurfaceHittestDelegate* delegate, 173 cc::FrameSinkId FrameSinkIdAtPoint(cc::SurfaceHittestDelegate* delegate,
175 const gfx::Point& point, 174 const gfx::Point& point,
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 std::unique_ptr<RenderWidgetHostViewEventHandler> event_handler_; 582 std::unique_ptr<RenderWidgetHostViewEventHandler> event_handler_;
584 583
585 base::WeakPtrFactory<RenderWidgetHostViewAura> weak_ptr_factory_; 584 base::WeakPtrFactory<RenderWidgetHostViewAura> weak_ptr_factory_;
586 585
587 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewAura); 586 DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewAura);
588 }; 587 };
589 588
590 } // namespace content 589 } // namespace content
591 590
592 #endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_AURA_H_ 591 #endif // CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_HOST_VIEW_AURA_H_
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698