Index: ash/display/mouse_cursor_event_filter.h |
diff --git a/ash/display/mouse_cursor_event_filter.h b/ash/display/mouse_cursor_event_filter.h |
index 25c0bd38e845d07bc955ff7bd2356f2e81d95954..2b849b2c912f2b3b10239d1010a63def2506e4a8 100644 |
--- a/ash/display/mouse_cursor_event_filter.h |
+++ b/ash/display/mouse_cursor_event_filter.h |
@@ -69,7 +69,9 @@ class ASH_EXPORT MouseCursorEventFilter : public aura::EventFilter { |
IndicatorBoundsTestOnLeft); |
FRIEND_TEST_ALL_PREFIXES(MouseCursorEventFilterTest, |
IndicatorBoundsTestOnTopBottom); |
+ FRIEND_TEST_ALL_PREFIXES(MouseCursorEventFilterTest, CursorDeviceScaleFactor); |
FRIEND_TEST_ALL_PREFIXES(WorkspaceWindowResizerTest, WarpMousePointer); |
+ FRIEND_TEST_ALL_PREFIXES(WorkspaceWindowResizerTest, CursorDeviceScaleFactor); |
// Warps the mouse cursor to an alternate root window when the |
// |point_in_screen|, which is the location of the mouse cursor, |