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

Unified Diff: third_party/WebKit/Source/platform/heap/HeapPage.h

Issue 2466383004: blink: Cleanup class forward declarations (Closed)
Patch Set: Created 4 years, 1 month 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/platform/heap/HeapPage.h
diff --git a/third_party/WebKit/Source/platform/heap/HeapPage.h b/third_party/WebKit/Source/platform/heap/HeapPage.h
index 6c4248584a9f51c1c649eb34b6b1b68c168b1999..a006d41adf842693779de4f04436644eacf6caf0 100644
--- a/third_party/WebKit/Source/platform/heap/HeapPage.h
+++ b/third_party/WebKit/Source/platform/heap/HeapPage.h
@@ -130,13 +130,8 @@ const uint8_t reuseForbiddenZapValue = 0x2c;
#define USE_4BYTE_HEADER_PADDING 0
#endif
-class CallbackStack;
-class FreePagePool;
class NormalPageArena;
-class OrphanedPagePool;
class PageMemory;
-class PageMemoryRegion;
-class WebMemoryAllocatorDump;
// HeapObjectHeader is 4 byte (32 bit) that has the following layout:
//

Powered by Google App Engine
This is Rietveld 408576698