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

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

Issue 2032963002: WIP - OpenGL Native Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into gl Created 4 years, 5 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..f0f18270190dc50299d4e6f1b44376bae9e3a5a4 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();
+ AbstractDesktopView.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();
+ AbstractDesktopView.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