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

Unified Diff: ui/views/win/hwnd_message_handler.h

Issue 11269022: Add Vector2d classes that represent offsets, instead of using Point. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: RenderText fixup Created 8 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
Index: ui/views/win/hwnd_message_handler.h
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
index 9a9634006037c88d125dc315fd4e8ead6c6c39db..96b9931364dc6a48e843c93c7265c6b5723e3c0e 100644
--- a/ui/views/win/hwnd_message_handler.h
+++ b/ui/views/win/hwnd_message_handler.h
@@ -104,7 +104,7 @@ class VIEWS_EXPORT HWNDMessageHandler : public ui::WindowImpl,
bool IsMinimized() const;
bool IsMaximized() const;
- bool RunMoveLoop(const gfx::Point& drag_offset);
+ bool RunMoveLoop(const gfx::Vector2d& drag_offset);
void EndMoveLoop();
// Tells the HWND its client area has changed.

Powered by Google App Engine
This is Rietveld 408576698