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

Side by Side Diff: third_party/WebKit/Source/core/html/HTMLVideoElement.h

Issue 2764673002: Embedded media: Rotate to fullscreen
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. 2 * Copyright (C) 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 bool isURLAttribute(const Attribute&) const override; 141 bool isURLAttribute(const Attribute&) const override;
142 const AtomicString imageSourceURL() const override; 142 const AtomicString imageSourceURL() const override;
143 143
144 void updateDisplayState() override; 144 void updateDisplayState() override;
145 void didMoveToNewDocument(Document& oldDocument) override; 145 void didMoveToNewDocument(Document& oldDocument) override;
146 void setDisplayMode(DisplayMode) override; 146 void setDisplayMode(DisplayMode) override;
147 147
148 Member<HTMLImageLoader> m_imageLoader; 148 Member<HTMLImageLoader> m_imageLoader;
149 Member<MediaCustomControlsFullscreenDetector> 149 Member<MediaCustomControlsFullscreenDetector>
150 m_customControlsFullscreenDetector; 150 m_customControlsFullscreenDetector;
151 Member<ResizeObserver> m_resizeObserver;
151 152
152 AtomicString m_defaultPosterURL; 153 AtomicString m_defaultPosterURL;
153 }; 154 };
154 155
155 } // namespace blink 156 } // namespace blink
156 157
157 #endif // HTMLVideoElement_h 158 #endif // HTMLVideoElement_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLMediaElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLVideoElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698