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

Unified Diff: Source/modules/device_orientation/DeviceMotionController.h

Issue 270213006: Oilpan: Remove unnecessary trace methods in the supplement hierarchy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
Index: Source/modules/device_orientation/DeviceMotionController.h
diff --git a/Source/modules/device_orientation/DeviceMotionController.h b/Source/modules/device_orientation/DeviceMotionController.h
index e7db609aea9701ea4d2278d956119a4242765188..ba362b78e1c0a7c1086a2f95fc219ac1dfc7dfb8 100644
--- a/Source/modules/device_orientation/DeviceMotionController.h
+++ b/Source/modules/device_orientation/DeviceMotionController.h
@@ -47,8 +47,6 @@ public:
void didChangeDeviceMotion(DeviceMotionData*);
- virtual void trace(Visitor* visitor) OVERRIDE { DocumentSupplement::trace(visitor); }
-
private:
explicit DeviceMotionController(Document&);
virtual void registerWithDispatcher() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698