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

Unified Diff: ui/compositor/compositor_util.h

Issue 2895273002: Unified the use of BufferToTextureTargetMap for all the Processes (Closed)
Patch Set: nit taken care Created 3 years, 5 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 | « ui/aura/mus/mus_context_factory.cc ('k') | ui/compositor/compositor_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor_util.h
diff --git a/ui/compositor/compositor_util.h b/ui/compositor/compositor_util.h
index 9164dba93dcf60d8e868d03cbb857a455d76750a..4ff21fde70b2c2e68a594b20550b76153e44b8fc 100644
--- a/ui/compositor/compositor_util.h
+++ b/ui/compositor/compositor_util.h
@@ -7,8 +7,8 @@
#include <stdint.h>
+#include "cc/output/buffer_to_texture_target_map.h"
#include "ui/compositor/compositor_export.h"
-#include "ui/gfx/buffer_types.h"
namespace cc {
class RendererSettings;
@@ -16,8 +16,8 @@ class RendererSettings;
namespace ui {
-COMPOSITOR_EXPORT cc::RendererSettings CreateRendererSettings(uint32_t (
- *get_texture_target)(gfx::BufferFormat format, gfx::BufferUsage usage));
+COMPOSITOR_EXPORT cc::RendererSettings CreateRendererSettings(
+ const cc::BufferToTextureTargetMap& image_targets);
} // namespace ui
« no previous file with comments | « ui/aura/mus/mus_context_factory.cc ('k') | ui/compositor/compositor_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698