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

Unified Diff: ui/compositor/layer.h

Issue 1717283003: tracing: Make ConvertableToTraceFormat move-only scoped_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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
Index: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index 2c30aa271a07a51cc7671305f1c9aab6f1c5aa6d..75567ffe48b79755c8dca1e0db81f6ca6951d48b 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -364,7 +364,7 @@ class COMPOSITOR_EXPORT Layer
bool force_render_surface() const { return force_render_surface_; }
// LayerClient
- scoped_refptr<base::trace_event::ConvertableToTraceFormat> TakeDebugInfo(
+ scoped_ptr<base::trace_event::ConvertableToTraceFormat> TakeDebugInfo(
cc::Layer* layer) override;
// Whether this layer has animations waiting to get sent to its cc::Layer.

Powered by Google App Engine
This is Rietveld 408576698