cc: Fix style errors in impl-side painting classes
[email protected]
BUG=none
Review URL: https://chromiumcodereview.appspot.com/12819002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188094 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/cc/picture_layer.cc b/cc/picture_layer.cc
index 10fd3e6..80b3200 100644
--- a/cc/picture_layer.cc
+++ b/cc/picture_layer.cc
@@ -29,8 +29,8 @@
return Layer::DrawsContent() && client_;
}
-scoped_ptr<LayerImpl> PictureLayer::CreateLayerImpl(LayerTreeImpl* treeImpl) {
- return PictureLayerImpl::Create(treeImpl, id()).PassAs<LayerImpl>();
+scoped_ptr<LayerImpl> PictureLayer::CreateLayerImpl(LayerTreeImpl* tree_impl) {
+ return PictureLayerImpl::Create(tree_impl, id()).PassAs<LayerImpl>();
}
void PictureLayer::PushPropertiesTo(LayerImpl* base_layer) {