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(); |
} |