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

Unified Diff: cc/debug/debug_rect_history.h

Issue 13285002: cc: Consolidate LayerList types. (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/cc.gyp ('k') | cc/debug/debug_rect_history.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/debug_rect_history.h
diff --git a/cc/debug/debug_rect_history.h b/cc/debug/debug_rect_history.h
index be98e9d40bd813e8eb5de996691f9d238bf5db33..c95b62ede4efe1342a7f7f1369302111ef86bd6f 100644
--- a/cc/debug/debug_rect_history.h
+++ b/cc/debug/debug_rect_history.h
@@ -8,6 +8,7 @@
#include <vector>
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
+#include "cc/layers/layer_lists.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/rect_f.h"
@@ -72,7 +73,7 @@ class DebugRectHistory {
// reset.
void SaveDebugRectsForCurrentFrame(
LayerImpl* root_layer,
- const std::vector<LayerImpl*>& render_surface_layer_list,
+ const LayerImplList& render_surface_layer_list,
const std::vector<gfx::Rect>& occluding_screen_space_rects,
const std::vector<gfx::Rect>& non_occluding_screen_space_rects,
const LayerTreeDebugState& debug_state);
@@ -84,11 +85,11 @@ class DebugRectHistory {
void SavePaintRects(LayerImpl* layer);
void SavePropertyChangedRects(
- const std::vector<LayerImpl*>& render_surface_layer_list);
+ const LayerImplList& render_surface_layer_list);
void SaveSurfaceDamageRects(
- const std::vector<LayerImpl*>& render_surface_layer_list);
+ const LayerImplList& render_surface_layer_list);
void SaveScreenSpaceRects(
- const std::vector<LayerImpl*>& render_surface_layer_list);
+ const LayerImplList& render_surface_layer_list);
void SaveOccludingRects(
const std::vector<gfx::Rect>& occluding_screen_space_rects);
void SaveNonOccludingRects(
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/debug_rect_history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698