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

Unified Diff: Source/modules/vr/VRDevice.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/PositionSensorVRDevice.cpp ('k') | Source/modules/vr/VRDevice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/VRDevice.h
diff --git a/Source/modules/vr/VRDevice.h b/Source/modules/vr/VRDevice.h
index 25b9a2708aad9b2561a9e558306fc565c3ab7e2c..744da2979081ffc0af46530f22c510e451a20854 100644
--- a/Source/modules/vr/VRDevice.h
+++ b/Source/modules/vr/VRDevice.h
@@ -26,7 +26,7 @@ public:
virtual void updateFromWebVRDevice(const WebVRDevice&);
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
protected:
explicit VRDevice(VRHardwareUnit*);
« no previous file with comments | « Source/modules/vr/PositionSensorVRDevice.cpp ('k') | Source/modules/vr/VRDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698