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

Unified Diff: content/renderer/render_view_impl.cc

Issue 268753003: Allow the user to tap the selected editable again after rotation to trigger another zoom/center ani… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed authors file because name is already added in authors file Created 6 years, 6 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 | « no previous file | no next file » | 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 0eed3aa30703c18cd67bdba2c6c80ad875fcb1a4..5912445dd89eaf74e8108b7a327ee35fb4791343 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -2871,6 +2871,7 @@ void RenderViewImpl::OnMediaPlayerActionAt(const gfx::Point& location,
void RenderViewImpl::OnOrientationChange() {
// TODO(mlamouri): consumers of that event should be using DisplayObserver.
jamesr 2014/06/19 17:53:58 you've split the TODO and the line it refers to. p
+ has_scrolled_focused_editable_node_into_rect_ = false;
jamesr 2014/06/19 17:53:58 it's not at all clear why this line is here. could
FOR_EACH_OBSERVER(RenderViewObserver,
observers_,
OrientationChangeEvent());
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698