summaryrefslogtreecommitdiffstats
path: root/aura/desktop_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'aura/desktop_host.h')
-rw-r--r--aura/desktop_host.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/aura/desktop_host.h b/aura/desktop_host.h
index ad60f40..f7ba295 100644
--- a/aura/desktop_host.h
+++ b/aura/desktop_host.h
@@ -37,9 +37,8 @@ class DesktopHost : public MessageLoop::Dispatcher {
// 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