Index: aura/desktop_host.h |
=================================================================== |
--- aura/desktop_host.h (revision 98850) |
+++ aura/desktop_host.h (working copy) |
@@ -37,9 +37,8 @@ |
// Shows the DesktopHost. |
virtual void Show() = 0; |
- // Gets/Sets the size of the DesktopHost. |
+ // Returns the size of the DesktopHost. |
virtual gfx::Size GetSize() = 0; |
- virtual void SetSize(const gfx::Size& size) = 0; |
}; |
} // namespace aura |