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

Unified Diff: ui/views/view.cc

Issue 2348143003: MacViews: Implement Force Touch/Mac dictionary lookup for Textfields. (Closed)
Patch Set: Call EnsureLayout in GetDecoratedTextForRange. Created 4 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/views/view.cc
diff --git a/ui/views/view.cc b/ui/views/view.cc
index 847f807f356b944d275b238348bdb7db88b62032..10c503c9cf4fb7d9fa9d891c120410c018f21125 100644
--- a/ui/views/view.cc
+++ b/ui/views/view.cc
@@ -1080,6 +1080,10 @@ ViewTargeter* View::GetEffectiveViewTargeter() const {
return view_targeter;
}
+WordLookupClient* View::GetWordLookupClient() {
+ return nullptr;
+}
+
bool View::CanAcceptEvent(const ui::Event& event) {
return IsDrawn();
}

Powered by Google App Engine
This is Rietveld 408576698