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

Unified Diff: ash/shell.cc

Issue 10388141: Full-screen Magnifier: Support warping the cursor on the edge (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: review fix Created 8 years, 6 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/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 59ac1f9f88b1150ad70242cd7e4b7e1e250bbb41..c648b07be1fe0ef4d0ad9ba79fddfddf306e2951 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -415,7 +415,9 @@ void Shell::Init() {
window_modality_controller_.reset(new internal::WindowModalityController);
AddEnvEventFilter(window_modality_controller_.get());
- magnification_controller_.reset(new internal::MagnificationController);
+ magnification_controller_.reset(
sky 2012/06/20 03:54:16 Does this really work now that you've made the des
yoshiki 2012/06/20 04:23:12 Oops, I found I've forgot to add destructor to the
+ internal::MagnificationController::CreateInstance());
+
high_contrast_controller_.reset(new HighContrastController);
video_detector_.reset(new VideoDetector);
window_cycle_controller_.reset(new WindowCycleController);
« ash/magnifier/magnification_controller.cc ('K') | « ash/magnifier/magnification_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698