summaryrefslogtreecommitdiffstats
path: root/cc/test/occlusion_tracker_test_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/occlusion_tracker_test_common.h')
-rw-r--r--cc/test/occlusion_tracker_test_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/occlusion_tracker_test_common.h b/cc/test/occlusion_tracker_test_common.h
index af8ed3c..5468b99 100644
--- a/cc/test/occlusion_tracker_test_common.h
+++ b/cc/test/occlusion_tracker_test_common.h
@@ -16,7 +16,7 @@ template <typename LayerType, typename RenderSurfaceType>
class TestOcclusionTrackerBase
: public OcclusionTrackerBase<LayerType, RenderSurfaceType> {
public:
- TestOcclusionTrackerBase(gfx::Rect screen_scissor_rect,
+ TestOcclusionTrackerBase(const gfx::Rect& screen_scissor_rect,
bool record_metrics_for_frame)
: OcclusionTrackerBase<LayerType, RenderSurfaceType>(
screen_scissor_rect,