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

Unified Diff: cc/layers/heads_up_display_layer_impl.h

Issue 474783002: HUD: Show first paint invalidation in red (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compilefix Created 6 years, 3 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/debug/layer_debug_info.cc ('k') | cc/layers/heads_up_display_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/heads_up_display_layer_impl.h
diff --git a/cc/layers/heads_up_display_layer_impl.h b/cc/layers/heads_up_display_layer_impl.h
index 3cba4f5bae1a2fec7644595aa90249b3594ab57f..be66afa1bff7c0cbee3546167bdc83874fd1a70a 100644
--- a/cc/layers/heads_up_display_layer_impl.h
+++ b/cc/layers/heads_up_display_layer_impl.h
@@ -132,6 +132,9 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
MemoryHistory::Entry memory_entry_;
int fade_step_;
std::vector<DebugRect> paint_rects_;
+ // TODO(kouhei)
+ int fade_step_f_;
+ std::vector<DebugRect> first_paint_rects_;
base::TimeTicks time_of_last_graph_update_;
« no previous file with comments | « cc/debug/layer_debug_info.cc ('k') | cc/layers/heads_up_display_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698