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

Unified Diff: Source/modules/screen_orientation/ScreenOrientationDispatcher.h

Issue 659953002: Add a pure virtual method to the GarbageCollectedMixin class (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/presentation/Presentation.h ('k') | Source/platform/heap/Visitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/screen_orientation/ScreenOrientationDispatcher.h
diff --git a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
index 5cf0f38e7f06575e25603a8c8d1f16c3014bed26..bb3fb209e6f6feee19794ffdd1f0df2e9c2a75d8 100644
--- a/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
+++ b/Source/modules/screen_orientation/ScreenOrientationDispatcher.h
@@ -19,6 +19,7 @@ namespace blink {
// ScreenOrientationDispatcher is listening, that means that the platform should
// be polling if required.
class ScreenOrientationDispatcher final : public GarbageCollectedFinalized<ScreenOrientationDispatcher>, public PlatformEventDispatcher {
+ USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientationDispatcher);
public:
static ScreenOrientationDispatcher& instance();
« no previous file with comments | « Source/modules/presentation/Presentation.h ('k') | Source/platform/heap/Visitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698