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

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

Issue 2940593002: Optimize yuv decoding fail check and remove the usage of unwanted variable.
Patch Set: Modified the function return type Created 3 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/ImageFrameGenerator.h
diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
index 2f32dfcae5afc496215e179d21c9cfaca547ab05..30f7b71e90613c55ed98b4297367f3dc62359bdc 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
@@ -145,7 +145,6 @@ class PLATFORM_EXPORT ImageFrameGenerator final
const bool is_multi_frame_;
bool decode_failed_;
- bool yuv_decoding_failed_;
scroggo_chromium 2017/06/15 14:45:22 I don't understand the removal of this variable. T
size_t frame_count_;
Vector<bool> has_alpha_;

Powered by Google App Engine
This is Rietveld 408576698