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

Unified Diff: remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java

Issue 2101783002: [Chromoting] Feedback animation has stopped (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments Created 4 years, 6 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
Index: remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java b/remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java
index f472fc18aa0e9f66063452a16a78bee8ca5a6cd4..5fc3059d5ebcb473eebc1db64544e33c7a141a32 100644
--- a/remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java
+++ b/remoting/android/java/src/org/chromium/chromoting/DesktopViewInterface.java
@@ -39,7 +39,10 @@ public interface DesktopViewInterface {
*/
void setAnimationEnabled(boolean enabled);
- /** An {@link Event} which is triggered when the view is being painted. */
+ /**
+ * An {@link Event} which is triggered when the view is being painted. Adding handlers to this
+ * event causes painting to be triggered continuously until they are all removed.
+ */
Event<PaintEventParameter> onPaint();
/** An {@link Event} which is triggered when the client size is changed. */

Powered by Google App Engine
This is Rietveld 408576698