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

Side by Side Diff: ash/ash_touch_exploration_manager_chromeos.h

Issue 2746543004: Enable native accessible touch support inside of ARC (Closed)
Patch Set: Address nit. Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_ 5 #ifndef ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_
6 #define ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_ 6 #define ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "ash/ash_export.h" 10 #include "ash/ash_export.h"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 void SetTouchAccessibilityAnchorPoint(const gfx::Point& anchor_point); 69 void SetTouchAccessibilityAnchorPoint(const gfx::Point& anchor_point);
70 70
71 private: 71 private:
72 void UpdateTouchExplorationState(); 72 void UpdateTouchExplorationState();
73 bool VolumeAdjustSoundEnabled(); 73 bool VolumeAdjustSoundEnabled();
74 74
75 std::unique_ptr<ui::TouchExplorationController> touch_exploration_controller_; 75 std::unique_ptr<ui::TouchExplorationController> touch_exploration_controller_;
76 std::unique_ptr<ui::TouchAccessibilityEnabler> touch_accessibility_enabler_; 76 std::unique_ptr<ui::TouchAccessibilityEnabler> touch_accessibility_enabler_;
77 RootWindowController* root_window_controller_; 77 RootWindowController* root_window_controller_;
78 chromeos::CrasAudioHandler* audio_handler_; 78 chromeos::CrasAudioHandler* audio_handler_;
79 bool enable_chromevox_arc_support_;
James Cook 2017/03/23 19:03:54 nit: const
David Tseng 2017/03/23 19:14:41 Done.
79 80
80 DISALLOW_COPY_AND_ASSIGN(AshTouchExplorationManager); 81 DISALLOW_COPY_AND_ASSIGN(AshTouchExplorationManager);
81 }; 82 };
82 83
83 } // namespace ash 84 } // namespace ash
84 85
85 #endif // ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_ 86 #endif // ASH_TOUCH_EXPLORATION_MANAGER_CHROMEOS_H_
OLDNEW
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698