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

Unified Diff: content/renderer/render_thread_impl.h

Issue 1605423002: Make 'kVideoImageTextureTarget' a list of texture targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TEXTURE_2D for 420 biplanar. 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: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index d1952e399567e3925415654e6f5c775ffbcb5c54..ea7f0efd8f8e71779a3e85dbbbf42d1965590283 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -661,6 +661,7 @@ class CONTENT_EXPORT RenderThreadImpl
bool is_partial_raster_enabled_;
bool is_elastic_overscroll_enabled_;
std::vector<unsigned> use_image_texture_targets_;
+ std::vector<unsigned> use_video_frame_image_texture_targets_;
bool are_image_decode_tasks_enabled_;
bool is_threaded_animation_enabled_;

Powered by Google App Engine
This is Rietveld 408576698