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

Unified Diff: Source/modules/screen_orientation/ScreenOrientationController.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/screen_orientation/ScreenOrientationController.h
diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
index 9434969f04fb450c30ad9a91b71d095f08c4d203..81d24fdc4747aa3df50a9cd735363c9d6de367b1 100644
--- a/Source/modules/screen_orientation/ScreenOrientationController.h
+++ b/Source/modules/screen_orientation/ScreenOrientationController.h
@@ -25,8 +25,6 @@ public:
static ScreenOrientationController& from(Document&);
static const char* supplementName();
- virtual void trace(Visitor* visitor) OVERRIDE { DocumentSupplement::trace(visitor); }
haraken 2014/05/07 12:22:44 Nit: We'll need this once we make Document& a Memb
-
private:
explicit ScreenOrientationController(Document&);
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionController.h ('k') | Source/web/ContextFeaturesClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698