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

Unified Diff: ui/aura/event.cc

Issue 10830087: Initialize aura::LocatedEvent::root_location_ correctly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 5 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 | ui/aura/shared/compound_event_filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/event.cc
diff --git a/ui/aura/event.cc b/ui/aura/event.cc
index 1ecfab4ea83cf0d013d5cf49b06101d96b81c617..503afbcd207a2687bd521570ff7d4b3801779037 100644
--- a/ui/aura/event.cc
+++ b/ui/aura/event.cc
@@ -119,7 +119,7 @@ LocatedEvent::LocatedEvent(ui::EventType type,
int flags)
: Event(type, flags),
location_(location),
- root_location_(location) {
+ root_location_(root_location) {
}
void LocatedEvent::UpdateForRootTransform(const ui::Transform& root_transform) {
« no previous file with comments | « no previous file | ui/aura/shared/compound_event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698