Index: ui/views/view.cc |
diff --git a/ui/views/view.cc b/ui/views/view.cc |
index 847f807f356b944d275b238348bdb7db88b62032..94aa952b497aa0603da74e690d803adb43c78f9b 100644 |
--- a/ui/views/view.cc |
+++ b/ui/views/view.cc |
@@ -921,6 +921,10 @@ View* View::GetTooltipHandlerForPoint(const gfx::Point& point) { |
return this; |
} |
+gfx::RenderText* View::GetRenderText() { |
+ return nullptr; |
+} |
+ |
gfx::NativeCursor View::GetCursor(const ui::MouseEvent& event) { |
#if defined(OS_WIN) |
static ui::Cursor arrow; |