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

Issue 7930014: views: Make mouse state member variables private to Widget. (Closed)

Created:
9 years, 3 months ago by tfarina
Modified:
9 years, 3 months ago
CC:
chromium-reviews, dhollowa
Visibility:
Public.

Description

views: Make mouse state member variables private to Widget. Note: This was a TODO for msw@. R=ben@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102102

Patch Set 1 #

Total comments: 2

Patch Set 2 : make the other variables private too. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -20 lines) Patch
M views/widget/widget.h View 1 3 chunks +14 lines, -16 lines 0 comments Download
M views/widget/widget.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tfarina
9 years, 3 months ago (2011-09-18 00:03:13 UTC) #1
Ben Goodger (Google)
http://codereview.chromium.org/7930014/diff/1/views/widget/widget.h File views/widget/widget.h (left): http://codereview.chromium.org/7930014/diff/1/views/widget/widget.h#oldcode620 views/widget/widget.h:620: bool is_mouse_button_pressed_; How about these other members too? I'd ...
9 years, 3 months ago (2011-09-19 20:31:59 UTC) #2
tfarina
http://codereview.chromium.org/7930014/diff/1/views/widget/widget.h File views/widget/widget.h (left): http://codereview.chromium.org/7930014/diff/1/views/widget/widget.h#oldcode620 views/widget/widget.h:620: bool is_mouse_button_pressed_; On 2011/09/19 20:31:59, Ben Goodger (Google) wrote: ...
9 years, 3 months ago (2011-09-19 20:44:02 UTC) #3
Ben Goodger (Google)
NativeWidgetGtk isn't a subclass of Widget though, so I am curious as to how it ...
9 years, 3 months ago (2011-09-19 21:07:10 UTC) #4
tfarina
On 2011/09/19 21:07:10, Ben Goodger (Google) wrote: > NativeWidgetGtk isn't a subclass of Widget though, ...
9 years, 3 months ago (2011-09-19 21:10:49 UTC) #5
tfarina
Since we have this friendship between Widget and NativeWidgetGtk, they don't need to be in ...
9 years, 3 months ago (2011-09-20 02:16:45 UTC) #6
Ben Goodger (Google)
9 years, 3 months ago (2011-09-20 18:18:31 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698