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

Unified Diff: cc/layers/tiled_layer_unittest.cc

Issue 12876006: Revert 189830 "cc: Chromify LayerTreeHostCommon" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1451/src/
Patch Set: 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
===================================================================
--- cc/layers/tiled_layer_unittest.cc (revision 190264)
+++ cc/layers/tiled_layer_unittest.cc (working copy)
@@ -127,14 +127,14 @@
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