| Index: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.h
|
| index e26ca1764eb0402d99e0910c38693232306557fb..4588e9686038630db445b6fbe7b3140879db35c1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.h
|
| @@ -91,6 +91,7 @@ public:
|
| FallbackReasonSnapshotForUnitTests = 21, // This value should never appear in production histograms
|
| FallbackReasonSnapshotGetCopiedImage = 22,
|
| FallbackReasonSnapshotWebGLDrawImageIntoBuffer = 23,
|
| + FallbackReasonCurrentFrameNull = 24,
|
| FallbackReasonCount,
|
| };
|
| private:
|
|
|