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

Unified Diff: ui/platform_window/platform_window_delegate.h

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: ui/platform_window/platform_window_delegate.h
diff --git a/ui/platform_window/platform_window_delegate.h b/ui/platform_window/platform_window_delegate.h
index 67c63a7e5e41f94f9c69ddbe32ff7bd415e7755a..dff563801c26dadce6735cbd993b919e72f9c64c 100644
--- a/ui/platform_window/platform_window_delegate.h
+++ b/ui/platform_window/platform_window_delegate.h
@@ -47,6 +47,9 @@ class PlatformWindowDelegate {
float device_pixel_ratio) = 0;
virtual void OnActivationChanged(bool active) = 0;
+
+ // TODO(mfomitchev): HACK
+ virtual InputMethod* GetInputMethod2() = 0;
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698