| Index: Source/core/timing/PerformanceRenderTiming.idl
|
| diff --git a/public/platform/WebImageGenerator.h b/Source/core/timing/PerformanceRenderTiming.idl
|
| similarity index 85%
|
| copy from public/platform/WebImageGenerator.h
|
| copy to Source/core/timing/PerformanceRenderTiming.idl
|
| index bb17f4d6df96a2dcc73efa069d2c6646a2338ab9..57a8ba5c43f272afc4d2df599615b4ce286b8735 100644
|
| --- a/public/platform/WebImageGenerator.h
|
| +++ b/Source/core/timing/PerformanceRenderTiming.idl
|
| @@ -28,21 +28,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef WebImageGenerator_h
|
| -#define WebImageGenerator_h
|
| -
|
| -#include "WebCommon.h"
|
| -
|
| -class SkData;
|
| -class SkImageGenerator;
|
| -
|
| -namespace blink {
|
| -
|
| -class BLINK_EXPORT WebImageGenerator {
|
| -public:
|
| - static SkImageGenerator* create(SkData*);
|
| +// See: http://w3c.github.io/frame-timing/
|
| +[
|
| + RuntimeEnabled=FrameTimingSupport // Experimental flag
|
| +] interface PerformanceRenderTiming : PerformanceEntry {
|
| + readonly attribute unsigned long sourceFrame;
|
| };
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif
|
|
|