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

Unified Diff: content/renderer/render_view_impl.cc

Issue 2315223003: Move didUpdateTextOfFocusedElementByNonUserInput from WebViewClient to WebWidgetClient. (Closed)
Patch Set: Created 4 years, 3 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 | « content/renderer/render_view_impl.h ('k') | third_party/WebKit/Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index de027c4ef988b0425399bd2ba0a74379993b800e..916ba27edea8f8970ce4a6166b3cccde24b6b38f 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -2039,10 +2039,6 @@ void RenderViewImpl::didOverscroll(
positionInViewport, velocityInViewport);
}
-void RenderViewImpl::didUpdateTextOfFocusedElementByNonUserInput() {
- RenderWidget::didUpdateTextOfFocusedElementByNonUserInput();
-}
-
void RenderViewImpl::hasTouchEventHandlers(bool has_handlers) {
RenderWidget::hasTouchEventHandlers(has_handlers);
}
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | third_party/WebKit/Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698