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

Unified Diff: Source/modules/vr/VRDevice.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/VRDevice.h ('k') | Source/modules/vr/VREyeParameters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRDevice.cpp
diff --git a/Source/modules/vr/VRDevice.cpp b/Source/modules/vr/VRDevice.cpp
index 13ab15404343bbcab8869289185d64c7e626d0da..3617bec1024285cc1caefb66d06097b85f367ca4 100644
--- a/Source/modules/vr/VRDevice.cpp
+++ b/Source/modules/vr/VRDevice.cpp
@@ -18,7 +18,7 @@ void VRDevice::updateFromWebVRDevice(const WebVRDevice& device)
m_deviceName = device.deviceName;
}
-void VRDevice::trace(Visitor* visitor)
+DEFINE_TRACE(VRDevice)
{
visitor->trace(m_hardwareUnit);
}
« no previous file with comments | « Source/modules/vr/VRDevice.h ('k') | Source/modules/vr/VREyeParameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698