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

Unified Diff: Source/modules/vr/VREyeParameters.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/VREyeParameters.h ('k') | Source/modules/vr/VRHardwareUnit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VREyeParameters.cpp
diff --git a/Source/modules/vr/VREyeParameters.cpp b/Source/modules/vr/VREyeParameters.cpp
index d38edc3abbb0e840830c2838b1838adf39cef68c..abc26c6aed26a7344a4809e3a0d866f650e281c8 100644
--- a/Source/modules/vr/VREyeParameters.cpp
+++ b/Source/modules/vr/VREyeParameters.cpp
@@ -53,7 +53,7 @@ void VREyeParameters::setRenderRect(double x, double y, double width, double hei
m_renderRect->setHeight(height);
}
-void VREyeParameters::trace(Visitor* visitor)
+DEFINE_TRACE(VREyeParameters)
{
visitor->trace(m_minimumFieldOfView);
visitor->trace(m_maximumFieldOfView);
« no previous file with comments | « Source/modules/vr/VREyeParameters.h ('k') | Source/modules/vr/VRHardwareUnit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698