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

Unified Diff: Source/core/page/Page.cpp

Issue 328133002: Oilpan: move Page's PointerLockController object to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/core/page/PointerLockController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index 8a88e23933b122312a1a3a15bceab2c683537d8b..eb0883dea89b2fe6b8e157587a0fc3a778f1cc25 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -586,6 +586,7 @@ void Page::trace(Visitor* visitor)
{
visitor->trace(m_dragCaretController);
visitor->trace(m_dragController);
+ visitor->trace(m_pointerLockController);
visitor->trace(m_multisamplingChangedObservers);
visitor->trace(m_frameHost);
WillBeHeapSupplementable<Page>::trace(visitor);
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/core/page/PointerLockController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698