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

Unified Diff: Source/modules/vr/NavigatorVRDevice.cpp

Issue 1052903002: Migrate vr to use inlined tracing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/modules/vr/NavigatorVRDevice.h ('k') | Source/modules/vr/PositionSensorVRDevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/NavigatorVRDevice.cpp
diff --git a/Source/modules/vr/NavigatorVRDevice.cpp b/Source/modules/vr/NavigatorVRDevice.cpp
index 1e98a4604485a68e966c7d2c6fae00e29e61b47f..74d3341677217419f15c426445e7d90f65200887 100644
--- a/Source/modules/vr/NavigatorVRDevice.cpp
+++ b/Source/modules/vr/NavigatorVRDevice.cpp
@@ -87,7 +87,7 @@ VRHardwareUnit* NavigatorVRDevice::getHardwareUnitForIndex(unsigned index)
return 0;
}
-void NavigatorVRDevice::trace(Visitor* visitor)
+DEFINE_TRACE(NavigatorVRDevice)
{
visitor->trace(m_hardwareUnits);
« no previous file with comments | « Source/modules/vr/NavigatorVRDevice.h ('k') | Source/modules/vr/PositionSensorVRDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698