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

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

Issue 2282783003: [Remoting Android] Create Interfaces for GlDisplay (Closed)
Patch Set: Merge ToT again 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
Index: remoting/android/java/src/org/chromium/chromoting/InputStrategyInterface.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/InputStrategyInterface.java b/remoting/android/java/src/org/chromium/chromoting/InputStrategyInterface.java
index 4f399628f605a14b55f007cd134d9cff5f6ef7e6..2e6ead9bbe0c33043f38f31b204617035fc70c7b 100644
--- a/remoting/android/java/src/org/chromium/chromoting/InputStrategyInterface.java
+++ b/remoting/android/java/src/org/chromium/chromoting/InputStrategyInterface.java
@@ -57,14 +57,14 @@ public interface InputStrategyInterface {
*
* @return The feedback to display when a short press occurs.
*/
- DesktopView.InputFeedbackType getShortPressFeedbackType();
+ RenderStub.InputFeedbackType getShortPressFeedbackType();
/**
* Returns the feedback animation type to use for a long press.
*
* @return The feedback to display when a long press occurs.
*/
- DesktopView.InputFeedbackType getLongPressFeedbackType();
+ RenderStub.InputFeedbackType getLongPressFeedbackType();
/**
* Indicates whether this input mode is an indirect input mode. Indirect input modes manipulate

Powered by Google App Engine
This is Rietveld 408576698