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

Unified Diff: cc/trees/layer_tree_host.h

Issue 195803003: cc: Remove OverdrawMetrics and --trace-overdraw flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-overdraw: switches Created 6 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/test/test_occlusion_tracker.h ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index e00fe5ed00a22c9337a4ffec2852780e60a90c7b..4564584b9d9e4991d29643edf53159bf59a2582e 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -26,7 +26,6 @@
#include "cc/base/swap_promise_monitor.h"
#include "cc/debug/micro_benchmark.h"
#include "cc/debug/micro_benchmark_controller.h"
-#include "cc/debug/overdraw_metrics.h"
#include "cc/input/input_handler.h"
#include "cc/input/scrollbar.h"
#include "cc/input/top_controls_state.h"
@@ -344,8 +343,7 @@ class CC_EXPORT LayerTreeHost {
void ReduceMemoryUsage();
void PrioritizeTextures(
- const RenderSurfaceLayerList& render_surface_layer_list,
- OverdrawMetrics* metrics);
+ const RenderSurfaceLayerList& render_surface_layer_list);
void SetPrioritiesForSurfaces(size_t surface_memory_bytes);
void SetPrioritiesForLayers(const RenderSurfaceLayerList& update_list);
size_t CalculateMemoryForRenderSurfaces(
« no previous file with comments | « cc/test/test_occlusion_tracker.h ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698