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

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: Interface for test file 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 4b02fda8cd5ef8c1bacf20bce2d5ebaff8845ef6..ff350537a045d824a887890214ca545c2579c8df 100644
--- a/content/browser/renderer_host/render_widget_host_impl.cc
+++ b/content/browser/renderer_host/render_widget_host_impl.cc
@@ -1608,7 +1608,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 {
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | content/browser/renderer_host/render_widget_host_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698