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

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

Issue 1581403004: Fix crash in Canvas2DLayerBridge flushing + reliability metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 4 years, 11 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/CanvasMetrics.h
diff --git a/third_party/WebKit/Source/platform/graphics/CanvasMetrics.h b/third_party/WebKit/Source/platform/graphics/CanvasMetrics.h
index ea66451862c35d2ec2827cb33926b0b6221d81d4..cb134d0e02443306f323d70483842743ec2c9157 100644
--- a/third_party/WebKit/Source/platform/graphics/CanvasMetrics.h
+++ b/third_party/WebKit/Source/platform/graphics/CanvasMetrics.h
@@ -22,6 +22,8 @@ public:
Unaccelerated2DCanvasImageBufferCreationFailed = 5,
GPUAccelerated2DCanvasImageBufferCreationFailed = 6,
DisplayList2DCanvasFallbackToRaster = 7,
+ GPUAccelerated2DCanvasDeferralDisabled = 8,
+ GPUAccelerated2DCanvasSurfaceCreationFailed = 9,
NumberOfUsages
};
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698