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

Unified Diff: athena/home/public/home_card.h

Issue 356263003: Move HomeCard to avoid virtual keyboard when it's shown. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: athena/home/public/home_card.h
diff --git a/athena/home/public/home_card.h b/athena/home/public/home_card.h
index 6438d4f43c255e605627d14999919a4ed7ef4b60..3bc43ba1a412d8997114441ede1e00fed9f94da4 100644
--- a/athena/home/public/home_card.h
+++ b/athena/home/public/home_card.h
@@ -11,6 +11,10 @@ namespace app_list {
class SearchProvider;
}
+namespace gfx {
+class Rect;
+}
+
namespace athena {
class AppModelBuilder;
@@ -28,6 +32,10 @@ class ATHENA_EXPORT HomeCard {
// the ownership of the specified provider.
virtual void RegisterSearchProvider(
app_list::SearchProvider* search_provider) = 0;
+
+ // Called when the virtual keyboard changed has changed to |bounds|.
+ virtual void UpdateVirtualKeyboardBounds(
+ const gfx::Rect& bounds) = 0;
};
} // namespace athena
« no previous file with comments | « athena/home/home_card_impl.cc ('k') | athena/main/DEPS » ('j') | athena/main/athena_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698