Chromium Code Reviews| Index: cc/blink/web_image_layer_impl.h |
| diff --git a/cc/blink/web_image_layer_impl.h b/cc/blink/web_image_layer_impl.h |
| index 85540afb03a745a82141c0dcd787f62cb808db92..e2be282b2a02034533636191893e40075ad59411 100644 |
| --- a/cc/blink/web_image_layer_impl.h |
| +++ b/cc/blink/web_image_layer_impl.h |
| @@ -21,7 +21,7 @@ class WebImageLayerImpl : public blink::WebImageLayer { |
| // blink::WebImageLayer implementation. |
| virtual blink::WebLayer* layer(); |
| - virtual void setBitmap(SkBitmap); |
| + virtual void setImageBitmap(const SkBitmap&); |
|
danakj
2014/09/18 21:43:53
can you give this argument a variable name to matc
|
| private: |
| scoped_ptr<WebLayerImpl> layer_; |