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

Side by Side Diff: ui/views/widget/native_widget_win.h

Issue 15114002: Reorder the NativeViews attached to a view via kViewHostKey according to the position of the view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « ui/views/widget/native_widget_private.h ('k') | ui/views/widget/native_widget_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_VIEWS_WIDGET_NATIVE_WIDGET_WIN_H_ 5 #ifndef UI_VIEWS_WIDGET_NATIVE_WIDGET_WIN_H_
6 #define UI_VIEWS_WIDGET_NATIVE_WIDGET_WIN_H_ 6 #define UI_VIEWS_WIDGET_NATIVE_WIDGET_WIN_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 virtual bool ShouldUseNativeFrame() const OVERRIDE; 73 virtual bool ShouldUseNativeFrame() const OVERRIDE;
74 virtual void FrameTypeChanged() OVERRIDE; 74 virtual void FrameTypeChanged() OVERRIDE;
75 virtual Widget* GetWidget() OVERRIDE; 75 virtual Widget* GetWidget() OVERRIDE;
76 virtual const Widget* GetWidget() const OVERRIDE; 76 virtual const Widget* GetWidget() const OVERRIDE;
77 virtual gfx::NativeView GetNativeView() const OVERRIDE; 77 virtual gfx::NativeView GetNativeView() const OVERRIDE;
78 virtual gfx::NativeWindow GetNativeWindow() const OVERRIDE; 78 virtual gfx::NativeWindow GetNativeWindow() const OVERRIDE;
79 virtual Widget* GetTopLevelWidget() OVERRIDE; 79 virtual Widget* GetTopLevelWidget() OVERRIDE;
80 virtual const ui::Compositor* GetCompositor() const OVERRIDE; 80 virtual const ui::Compositor* GetCompositor() const OVERRIDE;
81 virtual ui::Compositor* GetCompositor() OVERRIDE; 81 virtual ui::Compositor* GetCompositor() OVERRIDE;
82 virtual ui::Layer* GetLayer() OVERRIDE; 82 virtual ui::Layer* GetLayer() OVERRIDE;
83 virtual void ReorderNativeViews() OVERRIDE;
83 virtual void ViewRemoved(View* view) OVERRIDE; 84 virtual void ViewRemoved(View* view) OVERRIDE;
84 virtual void SetNativeWindowProperty(const char* name, void* value) OVERRIDE; 85 virtual void SetNativeWindowProperty(const char* name, void* value) OVERRIDE;
85 virtual void* GetNativeWindowProperty(const char* name) const OVERRIDE; 86 virtual void* GetNativeWindowProperty(const char* name) const OVERRIDE;
86 virtual TooltipManager* GetTooltipManager() const OVERRIDE; 87 virtual TooltipManager* GetTooltipManager() const OVERRIDE;
87 virtual void SetCapture() OVERRIDE; 88 virtual void SetCapture() OVERRIDE;
88 virtual void ReleaseCapture() OVERRIDE; 89 virtual void ReleaseCapture() OVERRIDE;
89 virtual bool HasCapture() const OVERRIDE; 90 virtual bool HasCapture() const OVERRIDE;
90 virtual InputMethod* CreateInputMethod() OVERRIDE; 91 virtual InputMethod* CreateInputMethod() OVERRIDE;
91 virtual internal::InputMethodDelegate* GetInputMethodDelegate() OVERRIDE; 92 virtual internal::InputMethodDelegate* GetInputMethodDelegate() OVERRIDE;
92 virtual void CenterWindow(const gfx::Size& size) OVERRIDE; 93 virtual void CenterWindow(const gfx::Size& size) OVERRIDE;
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 bool has_non_client_view_; 261 bool has_non_client_view_;
261 262
262 scoped_ptr<HWNDMessageHandler> message_handler_; 263 scoped_ptr<HWNDMessageHandler> message_handler_;
263 264
264 DISALLOW_COPY_AND_ASSIGN(NativeWidgetWin); 265 DISALLOW_COPY_AND_ASSIGN(NativeWidgetWin);
265 }; 266 };
266 267
267 } // namespace views 268 } // namespace views
268 269
269 #endif // UI_VIEWS_WIDGET_NATIVE_WIDGET_WIN_H_ 270 #endif // UI_VIEWS_WIDGET_NATIVE_WIDGET_WIN_H_
OLDNEW
« no previous file with comments | « ui/views/widget/native_widget_private.h ('k') | ui/views/widget/native_widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698