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

Unified Diff: ash/display/cursor_window_controller.h

Issue 948583005: Add more tests for mouse rotation,scale&position after display change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash.gyp ('k') | ash/display/cursor_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/cursor_window_controller.h
diff --git a/ash/display/cursor_window_controller.h b/ash/display/cursor_window_controller.h
index 8af6906eec96d2e3a785b244ed35c4b42fc9ef95..8ce1a5b98f64254e5e7e4354ab8827ec6d64b351 100644
--- a/ash/display/cursor_window_controller.h
+++ b/ash/display/cursor_window_controller.h
@@ -15,6 +15,7 @@ namespace test {
class MirrorWindowTestApi;
}
+class CursorWindowControllerTest;
class CursorWindowDelegate;
// Draws a mouse cursor on a given container window.
@@ -48,6 +49,7 @@ class ASH_EXPORT CursorWindowController {
void SetVisibility(bool visible);
private:
+ friend class CursorWindowControllerTest;
friend class test::MirrorWindowTestApi;
// Sets the container window for the cursor window controller.
@@ -76,7 +78,6 @@ class ASH_EXPORT CursorWindowController {
bool visible_;
ui::CursorSetType cursor_set_;
- gfx::Display::Rotation cursor_rotation_;
gfx::Point hot_point_;
// The display on which the cursor is drawn.
« no previous file with comments | « ash/ash.gyp ('k') | ash/display/cursor_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698