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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.cc

Issue 12623031: Pass the overdraw value to the browser w/ frame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: content/browser/renderer_host/render_widget_host_impl.cc
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
index 45953ccf810e91f778e7fccc249ca7e3f5d7b543..c64e7e5b4f343fbe41df161b9a5cbaf207019a3c 100644
--- a/content/browser/renderer_host/render_widget_host_impl.cc
+++ b/content/browser/renderer_host/render_widget_host_impl.cc
@@ -1572,7 +1572,8 @@ bool RenderWidgetHostImpl::OnSwapCompositorFrame(
frame->metadata.root_layer_size,
frame->metadata.viewport_size,
frame->metadata.location_bar_offset,
- frame->metadata.location_bar_content_translation);
+ frame->metadata.location_bar_content_translation,
+ frame->metadata.overdraw_bottom_height);
#endif
view_->OnSwapCompositorFrame(frame.Pass());
} else {

Powered by Google App Engine
This is Rietveld 408576698