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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleResolverStats.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/css/resolver/StyleResolverStats.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h b/third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h
index 1590b57e3c3e057c14d0bb57550c1062b0fc0e95..7bba770994ce955665a36801025ffafae2410819 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolverStats.h
@@ -47,7 +47,7 @@ public:
void reset();
bool allCountersEnabled() const;
- PassRefPtr<TracedValue> toTracedValue() const;
+ scoped_refptr<TracedValue> toTracedValue() const;
unsigned sharedStyleLookups;
unsigned sharedStyleCandidates;

Powered by Google App Engine
This is Rietveld 408576698