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

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

Issue 196573023: Remove PrepareForShutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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/callback.h" 10 #include "base/callback.h"
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 virtual gfx::Insets GetInsets() const OVERRIDE; 225 virtual gfx::Insets GetInsets() const OVERRIDE;
226 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE; 226 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
227 virtual gfx::Point GetLocationOnNativeScreen() const OVERRIDE; 227 virtual gfx::Point GetLocationOnNativeScreen() const OVERRIDE;
228 virtual void SetCapture() OVERRIDE; 228 virtual void SetCapture() OVERRIDE;
229 virtual void ReleaseCapture() OVERRIDE; 229 virtual void ReleaseCapture() OVERRIDE;
230 virtual bool QueryMouseLocation(gfx::Point* location_return) OVERRIDE; 230 virtual bool QueryMouseLocation(gfx::Point* location_return) OVERRIDE;
231 virtual bool ConfineCursorToRootWindow() OVERRIDE; 231 virtual bool ConfineCursorToRootWindow() OVERRIDE;
232 virtual void UnConfineCursor() OVERRIDE; 232 virtual void UnConfineCursor() OVERRIDE;
233 virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE; 233 virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
234 virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE; 234 virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
235 virtual void PrepareForShutdown() OVERRIDE;
236 virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE; 235 virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE;
237 virtual void MoveCursorToNative(const gfx::Point& location) OVERRIDE; 236 virtual void MoveCursorToNative(const gfx::Point& location) OVERRIDE;
238 virtual void OnCursorVisibilityChangedNative(bool show) OVERRIDE; 237 virtual void OnCursorVisibilityChangedNative(bool show) OVERRIDE;
239 238
240 // ui::EventSource: 239 // ui::EventSource:
241 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE; 240 virtual ui::EventProcessor* GetEventProcessor() OVERRIDE;
242 241
243 // ui::internal::RemoteInputMethodDelegateWin overrides: 242 // ui::internal::RemoteInputMethodDelegateWin overrides:
244 virtual void CancelComposition() OVERRIDE; 243 virtual void CancelComposition() OVERRIDE;
245 virtual void OnTextInputClientUpdated( 244 virtual void OnTextInputClientUpdated(
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 298
300 // Current size of this root window. 299 // Current size of this root window.
301 gfx::Size window_size_; 300 gfx::Size window_size_;
302 301
303 DISALLOW_COPY_AND_ASSIGN(RemoteWindowTreeHostWin); 302 DISALLOW_COPY_AND_ASSIGN(RemoteWindowTreeHostWin);
304 }; 303 };
305 304
306 } // namespace aura 305 } // namespace aura
307 306
308 #endif // UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_ 307 #endif // UI_AURA_REMOTE_WINDOW_TREE_HOST_WIN_H_
OLDNEW
« no previous file with comments | « mojo/examples/aura_demo/window_tree_host_mojo.cc ('k') | ui/aura/remote_window_tree_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698