Revision: 2564
Author:
dbat...@google.com
Date: Fri Nov 22 16:51:28 2013 UTC
Log: Add fields to timeline.proto (issue1100001)
http://code.google.com/p/page-speed/source/detail?r=2564
Modified:
/lib/trunk/src/pagespeed/proto/timeline.proto
=======================================
--- /lib/trunk/src/pagespeed/proto/timeline.proto Fri Jul 26 15:36:47 2013
UTC
+++ /lib/trunk/src/pagespeed/proto/timeline.proto Fri Nov 22 16:51:28 2013
UTC
@@ -167,6 +167,12 @@
// Marks
optional bool is_main_frame = 33;
+
+ // DecodeImage
+ optional string image_type = 34;
+
+ // ResizeImage
+ optional bool cached = 35;
}
// The type field is required, but we mark it 'optional' because
otherwise