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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutAnalyzer.h

Issue 1381023002: NOCOMMIT: Blink tracing now uses base Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/WebKit/Source/core/layout/LayoutAnalyzer.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h
index f70cd441980902d39232748a05db9d39fa0590c9..4e1a8582161d9bde6cd95ee792c7fa8c6fdea45f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h
+++ b/third_party/WebKit/Source/core/layout/LayoutAnalyzer.h
@@ -5,6 +5,7 @@
#ifndef LayoutAnalyzer_h
#define LayoutAnalyzer_h
+#include "base/trace_event/trace_event.h"
#include "platform/LayoutUnit.h"
#include "wtf/Allocator.h"
#include "wtf/FastAllocBase.h"
@@ -83,7 +84,7 @@ public:
m_counters[counter] += delta;
}
- PassRefPtr<TracedValue> toTracedValue();
+ scoped_refptr<TracedValue> toTracedValue();
private:
const char* nameForCounter(Counter) const;

Powered by Google App Engine
This is Rietveld 408576698