Chromium Code Reviews| Index: Source/modules/screen_orientation/ScreenOrientationController.h |
| diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h |
| index 5bc56f45f991c8450fbd150323310d990e5c08ec..16413f5c69e3f0b8706e5508d8394cfce5fb9c03 100644 |
| --- a/Source/modules/screen_orientation/ScreenOrientationController.h |
| +++ b/Source/modules/screen_orientation/ScreenOrientationController.h |
| @@ -15,7 +15,9 @@ class FrameView; |
| class ScreenOrientationController FINAL : public NoBaseWillBeGarbageCollected<ScreenOrientationController>, public DocumentSupplement { |
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScreenOrientationController); |
| public: |
| +#if !ENABLE(OILPAN) |
|
sof
2014/05/27 18:49:35
Use DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOV
Inactive
2014/05/27 19:08:22
Done.
|
| virtual ~ScreenOrientationController(); |
| +#endif |
| blink::WebScreenOrientationType orientation() const; |