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

Side by Side Diff: ui/aura/remote_window_tree_host_win.h

Issue 710553002: aura: Remove WindowTreeHost::PostNativeEvent(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/remote_window_tree_host_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_ 5 #ifndef UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_
6 #define UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_ 6 #define UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 // WindowTreeHost overrides: 118 // WindowTreeHost overrides:
119 virtual ui::EventSource* GetEventSource() override; 119 virtual ui::EventSource* GetEventSource() override;
120 virtual gfx::AcceleratedWidget GetAcceleratedWidget() override; 120 virtual gfx::AcceleratedWidget GetAcceleratedWidget() override;
121 virtual void Show() override; 121 virtual void Show() override;
122 virtual void Hide() override; 122 virtual void Hide() override;
123 virtual gfx::Rect GetBounds() const override; 123 virtual gfx::Rect GetBounds() const override;
124 virtual void SetBounds(const gfx::Rect& bounds) override; 124 virtual void SetBounds(const gfx::Rect& bounds) override;
125 virtual gfx::Point GetLocationOnNativeScreen() const override; 125 virtual gfx::Point GetLocationOnNativeScreen() const override;
126 virtual void SetCapture() override; 126 virtual void SetCapture() override;
127 virtual void ReleaseCapture() override; 127 virtual void ReleaseCapture() override;
128 virtual void PostNativeEvent(const base::NativeEvent& native_event) override;
129 virtual void SetCursorNative(gfx::NativeCursor cursor) override; 128 virtual void SetCursorNative(gfx::NativeCursor cursor) override;
130 virtual void MoveCursorToNative(const gfx::Point& location) override; 129 virtual void MoveCursorToNative(const gfx::Point& location) override;
131 virtual void OnCursorVisibilityChangedNative(bool show) override; 130 virtual void OnCursorVisibilityChangedNative(bool show) override;
132 131
133 // ui::EventSource: 132 // ui::EventSource:
134 virtual ui::EventProcessor* GetEventProcessor() override; 133 virtual ui::EventProcessor* GetEventProcessor() override;
135 134
136 // ui::internal::RemoteInputMethodDelegateWin overrides: 135 // ui::internal::RemoteInputMethodDelegateWin overrides:
137 virtual void CancelComposition() override; 136 virtual void CancelComposition() override;
138 virtual void OnTextInputClientUpdated( 137 virtual void OnTextInputClientUpdated(
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 183
185 // Current size of this root window. 184 // Current size of this root window.
186 gfx::Size window_size_; 185 gfx::Size window_size_;
187 186
188 DISALLOW_COPY_AND_ASSIGN(RemoteWindowTreeHostWin); 187 DISALLOW_COPY_AND_ASSIGN(RemoteWindowTreeHostWin);
189 }; 188 };
190 189
191 } // namespace aura 190 } // namespace aura
192 191
193 #endif // UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_ 192 #endif // UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_
OLDNEW
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/remote_window_tree_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698