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

Unified Diff: cc/layers/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: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index afb5356238325f395b8b66912c34e740c75972e7..c0a8c46f30d09eb8f666f687c39b99f75ee109e3 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -364,7 +364,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
virtual void SetIsMask(bool is_mask) {}
virtual bool IsSuitableForGpuRasterization() const;
- virtual scoped_refptr<base::trace_event::ConvertableToTraceFormat>
+ virtual scoped_ptr<base::trace_event::ConvertableToTraceFormat>
TakeDebugInfo();
void SetLayerClient(LayerClient* client) { client_ = client; }

Powered by Google App Engine
This is Rietveld 408576698