| Index: third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h b/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
|
| index 858da5714507cdef5e51dae5f6db15c61b290f7d..947f9fcb8f7e59ed04b6d18c42bfb398b4f26310 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImageMetrics.h
|
| @@ -17,7 +17,8 @@ class PLATFORM_EXPORT BitmapImageMetrics {
|
| STATIC_ONLY(BitmapImageMetrics);
|
|
|
| public:
|
| - // Values synced with 'DecodedImageType' in src/tools/metrics/histograms/histograms.xml
|
| + // Values synced with 'DecodedImageType' in
|
| + // src/tools/metrics/histograms/histograms.xml
|
| enum DecodedImageType {
|
| ImageUnknown = 0,
|
| ImageJPEG = 1,
|
|
|