| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index b5ac796af45ce20abcfb6d26fd4656f287181270..340711bb596470b5773ef3ee5d5fe5584e6d8aec 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -704,7 +704,7 @@ private:
|
| ScrollingCoordinator* scrollingCoordinator();
|
|
|
| void prepareLayoutAnalyzer();
|
| - PassRefPtr<TracedValue> analyzerCounters();
|
| + scoped_refptr<TracedValue> analyzerCounters();
|
|
|
| // LayoutObject for the viewport-defining element (see Document::viewportDefiningElement).
|
| LayoutObject* viewportLayoutObject();
|
|
|