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

Unified Diff: cc/output/renderer_settings.h

Issue 2120713002: Fix use_image_texture_target inconsistencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix content browsertests Created 4 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 | « cc/output/buffer_to_texture_target_map_unittest.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer_settings.h
diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h
index cf5d658195352d5294556685884d897b00b04627..eac849664c77b183d39988c06a6865b9c57dc264 100644
--- a/cc/output/renderer_settings.h
+++ b/cc/output/renderer_settings.h
@@ -8,6 +8,7 @@
#include <stddef.h>
#include "cc/base/cc_export.h"
+#include "cc/output/buffer_to_texture_target_map.h"
#include "cc/resources/resource_format.h"
namespace cc {
@@ -35,6 +36,7 @@ class CC_EXPORT RendererSettings {
size_t texture_id_allocation_chunk_size;
bool use_gpu_memory_buffer_resources;
ResourceFormat preferred_tile_format;
+ BufferToTextureTargetMap buffer_to_texture_target_map;
void ToProtobuf(proto::RendererSettings* proto) const;
void FromProtobuf(const proto::RendererSettings& proto);
« no previous file with comments | « cc/output/buffer_to_texture_target_map_unittest.cc ('k') | cc/output/renderer_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698