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

Unified Diff: cc/output/compositor_frame_metadata.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
« no previous file with comments | « cc/output/compositor_frame_metadata.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/compositor_frame_metadata.cc
diff --git a/cc/output/compositor_frame_metadata.cc b/cc/output/compositor_frame_metadata.cc
index e202c30f208e7257e4f38ef5fb85c1516207cb11..d49e8d81bf67543ca5dc63681e14c18112eb22ab 100644
--- a/cc/output/compositor_frame_metadata.cc
+++ b/cc/output/compositor_frame_metadata.cc
@@ -10,7 +10,8 @@ CompositorFrameMetadata::CompositorFrameMetadata()
: device_scale_factor(0),
page_scale_factor(0),
min_page_scale_factor(0),
- max_page_scale_factor(0) {
+ max_page_scale_factor(0),
+ overdraw_bottom_height(0) {
Ted C 2013/03/24 15:37:46 Should this (and maybe the others) be 0.f?
David Trainor- moved to gerrit 2013/03/26 04:21:28 Done.
}
CompositorFrameMetadata::~CompositorFrameMetadata() {
« no previous file with comments | « cc/output/compositor_frame_metadata.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698