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

Unified Diff: aura/desktop_host.h

Issue 7791030: Proper MouseEvent targeting. Adds a Window method that locates a Window for a given point. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « aura/desktop.cc ('k') | aura/desktop_host_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: aura/desktop_host.h
===================================================================
--- aura/desktop_host.h (revision 98852)
+++ aura/desktop_host.h (working copy)
@@ -37,8 +37,9 @@
// Shows the DesktopHost.
virtual void Show() = 0;
- // Returns the size of the DesktopHost.
+ // Gets/Sets the size of the DesktopHost.
virtual gfx::Size GetSize() = 0;
+ virtual void SetSize(const gfx::Size& size) = 0;
};
} // namespace aura
« no previous file with comments | « aura/desktop.cc ('k') | aura/desktop_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698