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

Unified Diff: Source/modules/vr/NavigatorVRDevice.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/HMDVRDevice.cpp ('k') | Source/modules/vr/NavigatorVRDevice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/NavigatorVRDevice.h
diff --git a/Source/modules/vr/NavigatorVRDevice.h b/Source/modules/vr/NavigatorVRDevice.h
index 156711c9a0880e83300a66ded6ec6127e19e09ab..521ca8fac0d5d459bebf16d54daddba342642f43 100644
--- a/Source/modules/vr/NavigatorVRDevice.h
+++ b/Source/modules/vr/NavigatorVRDevice.h
@@ -26,7 +26,7 @@ public:
static ScriptPromise getVRDevices(ScriptState*, Navigator&);
ScriptPromise getVRDevices(ScriptState*);
- virtual void trace(Visitor*);
+ DECLARE_VIRTUAL_TRACE();
private:
friend VRHardwareUnit;
« no previous file with comments | « Source/modules/vr/HMDVRDevice.cpp ('k') | Source/modules/vr/NavigatorVRDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698