Reviewers: mdsteele,
Please review this at
http://page-speed-codereview.appspot.com/1100001/
Affected files:
M pagespeed/proto/timeline.proto
Index: pagespeed/proto/timeline.proto
===================================================================
--- pagespeed/proto/timeline.proto (revision 2561)
+++ pagespeed/proto/timeline.proto (working copy)
@@ -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