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

Unified Diff: content/renderer/render_view_impl.cc

Issue 11888003: Differentiate invisible cursor mode and disabled mouse events mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/port/browser/render_widget_host_view_port.h ('k') | ui/views/corewm/compound_event_filter.h » ('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 8beb81823097f0a8c6d4b06d67b0c871dbeb2b46..95a38df8c2acbde288b97ac8efae31bcb8ad507a 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -4134,6 +4134,8 @@ void RenderViewImpl::UpdateScrollState(WebFrame* frame) {
cached_is_main_frame_pinned_to_left_ = is_pinned_to_left;
cached_is_main_frame_pinned_to_right_ = is_pinned_to_right;
}
+
+ Send(new ViewHostMsg_DidChangeScrollOffset(routing_id_));
}
void RenderViewImpl::didChangeScrollOffset(WebFrame* frame) {
« no previous file with comments | « content/port/browser/render_widget_host_view_port.h ('k') | ui/views/corewm/compound_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698