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

Unified Diff: ui/views/events/event.cc

Issue 6541030: View API/implementation cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « ui/views/demo/main.cc ('k') | ui/views/events/event_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/events/event.cc
===================================================================
--- ui/views/events/event.cc (revision 75141)
+++ ui/views/events/event.cc (working copy)
@@ -44,7 +44,7 @@
View* target)
: Event(other.type(), other.flags()) {
location_ = other.location();
- View::ConvertPointToView(source, target, &location_);
+ View::ConvertPointToView(*source, *target, &location_);
}
////////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « ui/views/demo/main.cc ('k') | ui/views/events/event_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698