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

Unified Diff: cc/layers/tiled_layer_unittest.cc

Issue 12760011: cc: Chromify LayerTreeHostCommon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 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/solid_color_layer_impl_unittest.cc ('k') | cc/trees/damage_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/tiled_layer_unittest.cc
diff --git a/cc/layers/tiled_layer_unittest.cc b/cc/layers/tiled_layer_unittest.cc
index f9a4739143e967fb5a7bf60f6a2373aef5ceb27f..8f862d539efb940b5a44641d4276dac7d5320764 100644
--- a/cc/layers/tiled_layer_unittest.cc
+++ b/cc/layers/tiled_layer_unittest.cc
@@ -127,14 +127,14 @@ public:
m_occlusion->setRenderTarget(layer_tree_host_->root_layer());
std::vector<scoped_refptr<Layer> > renderSurfaceLayerList;
- LayerTreeHostCommon::calculateDrawProperties(
+ LayerTreeHostCommon::CalculateDrawProperties(
layer_tree_host_->root_layer(),
layer_tree_host_->device_viewport_size(),
layer_tree_host_->device_scale_factor(),
- 1, // page_scale_factor
+ 1, // page_scale_factor
layer_tree_host_->GetRendererCapabilities().max_texture_size,
- false, // can_use_lcd_text
- renderSurfaceLayerList);
+ false, // can_use_lcd_text
+ &renderSurfaceLayerList);
}
bool updateAndPush(const scoped_refptr<FakeTiledLayer>& layer1,
« no previous file with comments | « cc/layers/solid_color_layer_impl_unittest.cc ('k') | cc/trees/damage_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698