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

Unified Diff: ui/aura/window.h

Issue 8417014: aura: Comment noisy NOTIMPLEMENTEDs in NativeWidgetAura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/widget/native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index a809f5df0dbc0a92769fd2b0e1c7987c61a82dba..daa8f06c54d361c91e33769869f85cd8fe11ba60 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -77,6 +77,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate {
WindowDelegate* delegate() { return delegate_; }
const gfx::Rect& bounds() const;
+ const gfx::Rect& restore_bounds() const { return restore_bounds_; }
Window* parent() { return parent_; }
const Window* parent() const { return parent_; }
« no previous file with comments | « no previous file | views/widget/native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698