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

Unified Diff: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.h

Issue 2115493004: Make sure RecordingImageBufferSurface's current frame is valid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: 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:

Powered by Google App Engine
This is Rietveld 408576698