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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2218533002: Backporting JSONValues from protocol::Values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch back to partition allocator Created 4 years, 4 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/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 2087bfe2ebb632c072dd36eb436ea0e5be315592..7e458a2bad0feba42af800cebbf16d4c69d58144 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -327,7 +327,7 @@ public:
void setTracksPaintInvalidations(bool);
bool isTrackingPaintInvalidations() const { return m_trackedObjectPaintInvalidations.get(); }
void trackObjectPaintInvalidation(const DisplayItemClient&, PaintInvalidationReason);
- PassRefPtr<JSONArray> trackedObjectPaintInvalidationsAsJSON() const;
+ std::unique_ptr<JSONArray> trackedObjectPaintInvalidationsAsJSON() const;
using ScrollableAreaSet = HeapHashSet<Member<ScrollableArea>>;
void addScrollableArea(ScrollableArea*);
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/JSONValuesForV8.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698