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

Unified Diff: cc/layers/painted_scrollbar_layer.cc

Issue 2317753002: cc: Abstract the LayerTreeHost. (Closed)
Patch Set: 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
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/picture_image_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/painted_scrollbar_layer.cc
diff --git a/cc/layers/painted_scrollbar_layer.cc b/cc/layers/painted_scrollbar_layer.cc
index aa544ea0db9004330ab01dbce0c557fc848316db..0743e3ea8e2981d280344d3713c696f88c348c1a 100644
--- a/cc/layers/painted_scrollbar_layer.cc
+++ b/cc/layers/painted_scrollbar_layer.cc
@@ -171,7 +171,7 @@ void PaintedScrollbarLayer::UpdateThumbAndTrackGeometry() {
void PaintedScrollbarLayer::UpdateInternalContentScale() {
float scale = GetLayerTree()->device_scale_factor();
if (layer_tree_host()
- ->settings()
+ ->GetSettings()
.layer_transforms_should_scale_layer_contents) {
gfx::Transform transform;
transform = draw_property_utils::ScreenSpaceTransform(
« no previous file with comments | « cc/layers/layer.cc ('k') | cc/layers/picture_image_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698