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

Side by Side Diff: blimp/client/feature/compositor/blimp_layer_tree_settings.cc

Issue 1636163002: Restructure contents of blimp/client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "blimp/client/compositor/blimp_layer_tree_settings.h" 5 #include "blimp/client/feature/compositor/blimp_layer_tree_settings.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/logging.h" 8 #include "base/logging.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "base/strings/string_number_conversions.h" 10 #include "base/strings/string_number_conversions.h"
11 #include "base/strings/string_split.h" 11 #include "base/strings/string_split.h"
12 #include "base/sys_info.h" 12 #include "base/sys_info.h"
13 #include "cc/base/switches.h" 13 #include "cc/base/switches.h"
14 #include "cc/trees/layer_tree_settings.h" 14 #include "cc/trees/layer_tree_settings.h"
15 #include "third_party/skia/include/core/SkColor.h" 15 #include "third_party/skia/include/core/SkColor.h"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 // TODO(dtrainor): Update this since https://crrev.com/1267603004 landed. 101 // TODO(dtrainor): Update this since https://crrev.com/1267603004 landed.
102 // settings->scrollbar_show_scale_threshold = 1.05f; 102 // settings->scrollbar_show_scale_threshold = 1.05f;
103 #endif 103 #endif
104 104
105 // Blimp always uses new cc::AnimationHost system. 105 // Blimp always uses new cc::AnimationHost system.
106 settings->use_compositor_animation_timelines = true; 106 settings->use_compositor_animation_timelines = true;
107 } 107 }
108 108
109 } // namespace client 109 } // namespace client
110 } // namespace blimp 110 } // namespace blimp
OLDNEW
« no previous file with comments | « blimp/client/feature/compositor/blimp_layer_tree_settings.h ('k') | blimp/client/feature/compositor/blimp_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698