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

Unified Diff: cc/layers/contents_scaling_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/debug/debug_rect_history.cc ('k') | cc/layers/layer_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/contents_scaling_layer_unittest.cc
===================================================================
--- cc/layers/contents_scaling_layer_unittest.cc (revision 190264)
+++ cc/layers/contents_scaling_layer_unittest.cc (working copy)
@@ -46,14 +46,14 @@
void CalcDrawProps(Layer* root, float device_scale) {
std::vector<scoped_refptr<Layer> > render_surface_layer_list;
- LayerTreeHostCommon::CalculateDrawProperties(
+ LayerTreeHostCommon::calculateDrawProperties(
root,
gfx::Size(500, 500),
device_scale,
1.f,
1024,
false,
- &render_surface_layer_list);
+ render_surface_layer_list);
}
TEST(ContentsScalingLayerTest, CheckContentsBounds) {
« no previous file with comments | « cc/debug/debug_rect_history.cc ('k') | cc/layers/layer_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698