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

Side by Side Diff: third_party/WebKit/Source/platform/heap/WrapperVisitor.h

Issue 2795923002: Rewrite references to "wtf/" to "platform/wtf/" in platform/heap. (Closed)
Patch Set: Same as PS1; PS1 lacks some files for some reason. Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/heap/VisitorImpl.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WrapperVisitor_h 5 #ifndef WrapperVisitor_h
6 #define WrapperVisitor_h 6 #define WrapperVisitor_h
7 7
8 #include "platform/PlatformExport.h" 8 #include "platform/PlatformExport.h"
9 #include "wtf/Allocator.h" 9 #include "platform/wtf/Allocator.h"
10 10
11 namespace v8 { 11 namespace v8 {
12 class Value; 12 class Value;
13 template <class T> 13 template <class T>
14 class PersistentBase; 14 class PersistentBase;
15 } 15 }
16 16
17 namespace blink { 17 namespace blink {
18 18
19 template <typename T> 19 template <typename T>
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 virtual bool pushToMarkingDeque( 165 virtual bool pushToMarkingDeque(
166 void (*traceWrappersCallback)(const WrapperVisitor*, const void*), 166 void (*traceWrappersCallback)(const WrapperVisitor*, const void*),
167 HeapObjectHeader* (*heapObjectHeaderCallback)(const void*), 167 HeapObjectHeader* (*heapObjectHeaderCallback)(const void*),
168 void (*missedWriteBarrierCallback)(void), 168 void (*missedWriteBarrierCallback)(void),
169 const void*) const = 0; 169 const void*) const = 0;
170 }; 170 };
171 171
172 } // namespace blink 172 } // namespace blink
173 173
174 #endif // WrapperVisitor_h 174 #endif // WrapperVisitor_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/heap/VisitorImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698