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

Unified Diff: ash/wm/workspace/workspace2.cc

Issue 10911256: Change the way the ToplevelEventHandler is hooked up. It is now both a pre- and post-target event h… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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: ash/wm/workspace/workspace2.cc
===================================================================
--- ash/wm/workspace/workspace2.cc (revision 156300)
+++ ash/wm/workspace/workspace2.cc (working copy)
@@ -31,7 +31,6 @@
window_->layer()->SetMasksToBounds(true);
window_->Hide();
window_->SetParent(parent);
- window_->AddPreTargetHandler(event_handler_.get());
window_->SetProperty(internal::kUsesScreenCoordinatesKey, true);
}

Powered by Google App Engine
This is Rietveld 408576698