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

Unified Diff: Source/modules/vr/HMDVRDevice.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 | « no previous file | Source/modules/vr/HMDVRDevice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/HMDVRDevice.h
diff --git a/Source/modules/vr/HMDVRDevice.h b/Source/modules/vr/HMDVRDevice.h
index c70a1c71db1648d72e77b73dc4556067492a3745..9dd13fb1ee98cc92bfb3fa85addb4bd973ff37eb 100644
--- a/Source/modules/vr/HMDVRDevice.h
+++ b/Source/modules/vr/HMDVRDevice.h
@@ -30,7 +30,7 @@ public:
VREyeParameters* getEyeParameters(const String&);
void setFieldOfView(VRFieldOfView* leftFov = 0, VRFieldOfView* rightFov = 0);
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
static VREye StringToVREye(const String&);
« no previous file with comments | « no previous file | Source/modules/vr/HMDVRDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698