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

Unified Diff: ui/aura/mus/mus_context_factory.h

Issue 2857363004: Add buffer_to_texture_target_map to LayerTreeSettings (Closed)
Patch Set: Cleanup Created 3 years, 7 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: ui/aura/mus/mus_context_factory.h
diff --git a/ui/aura/mus/mus_context_factory.h b/ui/aura/mus/mus_context_factory.h
index a7624f517e9b519fd3e9fa9ecb080dd1705a2126..02ce22dcf4e1a016beb9c6df7457023c4fed7dc2 100644
--- a/ui/aura/mus/mus_context_factory.h
+++ b/ui/aura/mus/mus_context_factory.h
@@ -51,6 +51,7 @@ class AURA_EXPORT MusContextFactory : public ui::ContextFactory {
void AddObserver(ui::ContextFactoryObserver* observer) override {}
void RemoveObserver(ui::ContextFactoryObserver* observer) override {}
+ cc::BufferToTextureTargetMap buffer_to_texture_target_map_;
ui::RasterThreadHelper raster_thread_helper_;
ui::Gpu* gpu_;
const cc::RendererSettings renderer_settings_;

Powered by Google App Engine
This is Rietveld 408576698