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

Unified Diff: Source/modules/vr/VRHardwareUnit.h

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.cpp ('k') | Source/modules/vr/VRHardwareUnit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRHardwareUnit.h
diff --git a/Source/modules/vr/VRHardwareUnit.h b/Source/modules/vr/VRHardwareUnit.h
index 10463ac7673c17096cb7d076854734fa5612990f..3616ca60d2c1cc813de444a29f736cc4cffb2878 100644
--- a/Source/modules/vr/VRHardwareUnit.h
+++ b/Source/modules/vr/VRHardwareUnit.h
@@ -45,7 +45,7 @@ public:
HMDVRDevice* hmd() const { return m_hmd; }
PositionSensorVRDevice* positionSensor() const { return m_positionSensor; }
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
private:
unsigned m_index;
« no previous file with comments | « Source/modules/vr/VREyeParameters.cpp ('k') | Source/modules/vr/VRHardwareUnit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698