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

Unified Diff: Source/core/timing/PerformanceRenderTiming.idl

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments Created 5 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/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

Powered by Google App Engine
This is Rietveld 408576698