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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: rebase Created 4 years, 3 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: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index 6d076e5d00d39db409ea65ab9a91ca5e60a75f1c..d83625728558d5d51b11bc7a716b223bab4c2c26 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -41,7 +41,7 @@ class CC_EXPORT LayerTreeSettings {
// TODO(enne): Remove this after everything uses output surface begin frames.
bool use_external_begin_frame_source = false;
// TODO(enne): Temporary staging for unified begin frame source work.
- bool use_output_surface_begin_frame_source = true;
+ bool use_compositor_frame_sink_begin_frame_source = true;
bool main_frame_before_activation_enabled = false;
bool using_synchronous_renderer_compositor = false;
bool can_use_lcd_text = true;
@@ -92,7 +92,7 @@ class CC_EXPORT LayerTreeSettings {
bool verify_transform_tree_calculations = false;
bool image_decode_tasks_enabled = false;
bool wait_for_beginframe_interval = true;
- bool abort_commit_before_output_surface_creation = true;
+ bool abort_commit_before_compositor_frame_sink_creation = true;
bool use_layer_lists = false;
int max_staging_buffer_usage_in_bytes = 32 * 1024 * 1024;
ManagedMemoryPolicy gpu_memory_policy;

Powered by Google App Engine
This is Rietveld 408576698