| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 64e20993ca10a46e7c92eb6d087680bb854c9d79..60fb579f067a2653f2c70d77803e45b983b137e1 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -519,8 +519,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| void EnforceZeroBudget(bool zero_budget);
|
|
|
| bool UsePendingTreeForSync() const;
|
| - bool UseZeroCopyTextureUpload() const;
|
| - bool UseOneCopyTextureUpload() const;
|
| + bool UseZeroCopyRasterizer() const;
|
| + bool UseOneCopyRasterizer() const;
|
|
|
| void ScrollViewportBy(gfx::Vector2dF scroll_delta);
|
| void AnimatePageScale(base::TimeTicks monotonic_time);
|
|
|