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

Unified Diff: components/arc/ime/arc_ime_service.cc

Issue 1893523002: MacViews: Allow force touch in views::Textfield Base URL: https://chromium.googlesource.com/chromium/src.git@20160415-Mac-ForceTouch
Patch Set: Created 4 years, 8 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
« no previous file with comments | « components/arc/ime/arc_ime_service.h ('k') | ui/base/ime/text_input_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/ime/arc_ime_service.cc
diff --git a/components/arc/ime/arc_ime_service.cc b/components/arc/ime/arc_ime_service.cc
index d96fa332ab59e8591ba425c9ef11b74950f33ecd..3d7bbf32c36e6bb5bd5d8c72f0882a905574f4b4 100644
--- a/components/arc/ime/arc_ime_service.cc
+++ b/components/arc/ime/arc_ime_service.cc
@@ -296,4 +296,11 @@ bool ArcImeService::IsEditCommandEnabled(int command_id) {
return false;
}
+const gfx::RenderText* ArcImeService::GetTextAtPointInWindow(
+ const gfx::Point& point,
+ gfx::Range* range,
+ gfx::Point* baseline_point) {
+ return nullptr;
+}
+
} // namespace arc
« no previous file with comments | « components/arc/ime/arc_ime_service.h ('k') | ui/base/ime/text_input_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698