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

Unified Diff: cc/layers/video_layer_impl_unittest.cc

Issue 2102833002: cc: Fixup cc to not use auto to deduce a raw pointer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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/layers/picture_layer_impl_unittest.cc ('k') | cc/output/delegating_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/video_layer_impl_unittest.cc
diff --git a/cc/layers/video_layer_impl_unittest.cc b/cc/layers/video_layer_impl_unittest.cc
index 3959a2c9c11216eb47184405ffce22460803096e..c4eee83ea262616d5c1c456d8c3713b90f297718 100644
--- a/cc/layers/video_layer_impl_unittest.cc
+++ b/cc/layers/video_layer_impl_unittest.cc
@@ -91,7 +91,7 @@ TEST(VideoLayerImplTest, OccludesOtherLayers) {
LayerTestCommon::LayerImplTest impl;
impl.host_impl()->SetViewportSize(layer_size);
DebugSetImplThreadAndMainThreadBlocked(impl.task_runner_provider());
- auto active_tree = impl.host_impl()->active_tree();
+ auto* active_tree = impl.host_impl()->active_tree();
// Create a video layer with no frame on top of another layer.
std::unique_ptr<LayerImpl> layer_impl = LayerImpl::Create(active_tree, 3);
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/output/delegating_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698