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

Unified Diff: Source/modules/vr/PositionSensorVRDevice.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/NavigatorVRDevice.cpp ('k') | Source/modules/vr/PositionSensorVRDevice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/vr/PositionSensorVRDevice.h
diff --git a/Source/modules/vr/PositionSensorVRDevice.h b/Source/modules/vr/PositionSensorVRDevice.h
index 4a7f7cdfad453533cc261c2f2469d132e676645f..fc3c3aad1fc8e998e00c3f27ca5f41d70d1e113b 100644
--- a/Source/modules/vr/PositionSensorVRDevice.h
+++ b/Source/modules/vr/PositionSensorVRDevice.h
@@ -24,7 +24,7 @@ public:
VRPositionState* getImmediateState();
void resetSensor();
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
};
} // namespace blink
« no previous file with comments | « Source/modules/vr/NavigatorVRDevice.cpp ('k') | Source/modules/vr/PositionSensorVRDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698