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

Unified Diff: media/renderers/video_overlay_factory.h

Issue 2298913002: Garcefully handle glCreateGpuMemoryBufferImageCHROMIUM failure. (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | media/renderers/video_overlay_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/renderers/video_overlay_factory.h
diff --git a/media/renderers/video_overlay_factory.h b/media/renderers/video_overlay_factory.h
index 552d59c01a0d52f17453cbbbb6792d5d739e4483..b8cc2c5d16eb4f0a8278f8fb25d21eaa0f025cc2 100644
--- a/media/renderers/video_overlay_factory.h
+++ b/media/renderers/video_overlay_factory.h
@@ -31,6 +31,8 @@ class MEDIA_EXPORT VideoOverlayFactory {
private:
class Texture;
+ Texture* GetTexture();
+
::media::GpuVideoAcceleratorFactories* gpu_factories_;
std::unique_ptr<Texture> texture_;
« no previous file with comments | « no previous file | media/renderers/video_overlay_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698