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

Unified Diff: blimp/client/support/compositor/blimp_layer_tree_settings.cc

Issue 2308143002: Fix DelegatedOutputSurface in Blimp (Closed)
Patch Set: 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: blimp/client/support/compositor/blimp_layer_tree_settings.cc
diff --git a/blimp/client/support/compositor/blimp_layer_tree_settings.cc b/blimp/client/support/compositor/blimp_layer_tree_settings.cc
index 7602735c2d5d14ea6f1d2b3f85d80ccfc0dc617e..f0edf011de17b1adc7bf1a6f088c04cb92f46a12 100644
--- a/blimp/client/support/compositor/blimp_layer_tree_settings.cc
+++ b/blimp/client/support/compositor/blimp_layer_tree_settings.cc
@@ -87,10 +87,6 @@ void PopulateCommonLayerTreeSettings(cc::LayerTreeSettings* settings) {
// TODO(danakj): Only do this on low end devices.
settings->create_low_res_tiling = true;
-// TODO(dtrainor): Investigate whether or not we want to use an external
-// source here.
-// settings->use_external_begin_frame_source = true;
-
#elif !defined(OS_MACOSX)
settings->scrollbar_animator = cc::LayerTreeSettings::LINEAR_FADE;
settings->solid_color_scrollbar_color = SkColorSetARGB(128, 128, 128, 128);

Powered by Google App Engine
This is Rietveld 408576698