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

Unified Diff: remoting/client/gl_cursor_feedback.h

Issue 2255663002: [Remoting Android] Use floating point coords for rendering the cursor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge ToT Created 4 years, 4 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 | « remoting/client/gl_cursor.cc ('k') | remoting/client/gl_cursor_feedback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/gl_cursor_feedback.h
diff --git a/remoting/client/gl_cursor_feedback.h b/remoting/client/gl_cursor_feedback.h
index 055c0b0881da59f6e2df86288305269c43cd747e..6405efcee7dc4c92be956b0d89bbda5c8271ad7b 100644
--- a/remoting/client/gl_cursor_feedback.h
+++ b/remoting/client/gl_cursor_feedback.h
@@ -28,7 +28,7 @@ class GlCursorFeedback {
// If |canvas| is nullptr, nothing will happen when calling Draw().
void SetCanvas(GlCanvas* canvas);
- void StartAnimation(int x, int y, float diameter);
+ void StartAnimation(float x, float y, float diameter);
// Returns true if animation is not finished, false otherwise. Does nothing
// if the animation has stopped.
« no previous file with comments | « remoting/client/gl_cursor.cc ('k') | remoting/client/gl_cursor_feedback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698