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

Unified Diff: ui/chromeos/touch_exploration_controller.h

Issue 1999633002: Make json_schema_compiler generate only int-sized enums Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/accessibility/platform/ax_platform_node_mac.h ('k') | ui/views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/touch_exploration_controller.h
diff --git a/ui/chromeos/touch_exploration_controller.h b/ui/chromeos/touch_exploration_controller.h
index 99aa7c10eedf66f2963742bbdc3da8278e3e49b6..086011da69a915a796cfa4b6c9d72eaadf2f5c6b 100644
--- a/ui/chromeos/touch_exploration_controller.h
+++ b/ui/chromeos/touch_exploration_controller.h
@@ -9,7 +9,6 @@
#include "base/time/tick_clock.h"
#include "base/timer/timer.h"
#include "base/values.h"
-#include "ui/accessibility/ax_enums.h"
#include "ui/chromeos/ui_chromeos_export.h"
#include "ui/events/event.h"
#include "ui/events/event_rewriter.h"
@@ -23,6 +22,7 @@ class Window;
namespace ui {
+enum AXGesture : int;
class Event;
class EventHandler;
class GestureEvent;
« no previous file with comments | « ui/accessibility/platform/ax_platform_node_mac.h ('k') | ui/views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698