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

Unified Diff: components/exo/shell_surface.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: components/exo/shell_surface.h
diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
index f1214d6b9312d958a1a0c4ee4a16d5936475db2e..7f56d7db553a7eba68e8a52552ee122f82e8bd28 100644
--- a/components/exo/shell_surface.h
+++ b/components/exo/shell_surface.h
@@ -99,7 +99,7 @@ class ShellSurface : public SurfaceDelegate,
static Surface* GetMainSurface(const aura::Window* window);
// Returns a trace value representing the state of the surface.
- scoped_refptr<base::trace_event::TracedValue> AsTracedValue() const;
+ scoped_ptr<base::trace_event::TracedValue> AsTracedValue() const;
// Overridden from SurfaceDelegate:
void OnSurfaceCommit() override;

Powered by Google App Engine
This is Rietveld 408576698