summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_image_layer_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/picture_image_layer_impl.h')
-rw-r--r--cc/layers/picture_image_layer_impl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cc/layers/picture_image_layer_impl.h b/cc/layers/picture_image_layer_impl.h
index 9c3f46d..4bbafa7f22 100644
--- a/cc/layers/picture_image_layer_impl.h
+++ b/cc/layers/picture_image_layer_impl.h
@@ -11,18 +11,18 @@ namespace cc {
class CC_EXPORT PictureImageLayerImpl : public PictureLayerImpl {
public:
- static scoped_ptr<PictureImageLayerImpl> Create(LayerTreeImpl* treeImpl,
+ static scoped_ptr<PictureImageLayerImpl> Create(LayerTreeImpl* tree_impl,
int id) {
- return make_scoped_ptr(new PictureImageLayerImpl(treeImpl, id));
+ return make_scoped_ptr(new PictureImageLayerImpl(tree_impl, id));
}
virtual ~PictureImageLayerImpl();
virtual const char* LayerTypeAsString() const OVERRIDE;
virtual scoped_ptr<LayerImpl> CreateLayerImpl(
- LayerTreeImpl* treeImpl) OVERRIDE;
+ LayerTreeImpl* tree_impl) OVERRIDE;
protected:
- PictureImageLayerImpl(LayerTreeImpl* treeImpl, int id);
+ PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id);
virtual void CalculateRasterContentsScale(
bool animating_transform_to_screen,