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

Unified Diff: src/platform/window_manager/mock_chrome.h

Issue 527005: wm: Make WM_MOVE_PANEL use top-right coordinates. (Closed)
Patch Set: fix a poorly-worded sentence Created 10 years, 11 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 | src/platform/window_manager/mock_chrome.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/window_manager/mock_chrome.h
diff --git a/src/platform/window_manager/mock_chrome.h b/src/platform/window_manager/mock_chrome.h
index 596471d4fab1dd5a15aff3296e1a483029be70ed..e0339eedb34689115a1a555f5aa74962ceb0a821 100644
--- a/src/platform/window_manager/mock_chrome.h
+++ b/src/platform/window_manager/mock_chrome.h
@@ -293,11 +293,11 @@ class PanelTitlebar : public Gtk::Window {
// Is the mouse button currently down?
bool mouse_down_;
- // Cursor's absolute position when the mouse button was pressed.
+ // Pointer's absolute position when the mouse button was pressed.
int mouse_down_abs_x_;
int mouse_down_abs_y_;
- // Cursor's offset from the upper-left corner of the titlebar when the
+ // Pointer's offset from the upper-right corner of the titlebar when the
// mouse button was pressed.
int mouse_down_offset_x_;
int mouse_down_offset_y_;
« no previous file with comments | « no previous file | src/platform/window_manager/mock_chrome.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698