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

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

Issue 1363243003: Manage WebGLRenderingContextBase's weak refs manually without Oilpan. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reinstate WebGLContextObject dtor (non-Oilpan) 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/platform/heap/ThreadState.h
diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
index c48d2cbff9845a891bbabd8f1ac85467e658a729..900b1ba74208b2b8c2f537d9d2eabdb2915ab53e 100644
--- a/third_party/WebKit/Source/platform/heap/ThreadState.h
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
@@ -780,6 +780,7 @@ private:
size_t m_gcForbiddenCount;
int m_persistentAllocated;
int m_persistentFreed;
+ int m_pageNavigationCount;
BaseHeap* m_heaps[NumberOfHeaps];
int m_vectorBackingHeapIndex;

Powered by Google App Engine
This is Rietveld 408576698