| Index: cc/resources/ui_resource_bitmap.h
|
| diff --git a/cc/resources/ui_resource_bitmap.h b/cc/resources/ui_resource_bitmap.h
|
| index 4acfd2ce7e4dce695193f1a7ca14a28b9ebdaa72..569f5970d45525363e0d5428fb2a069ec1006055 100644
|
| --- a/cc/resources/ui_resource_bitmap.h
|
| +++ b/cc/resources/ui_resource_bitmap.h
|
| @@ -45,7 +45,6 @@ class CC_EXPORT UIResourceBitmap {
|
| // be 32-bit RGBA or 8-bit ALPHA.
|
| explicit UIResourceBitmap(const SkBitmap& skbitmap);
|
| UIResourceBitmap(const gfx::Size& size, bool is_opaque);
|
| - UIResourceBitmap(sk_sp<SkPixelRef> pixel_ref, const gfx::Size& size);
|
| UIResourceBitmap(const UIResourceBitmap& other);
|
| ~UIResourceBitmap();
|
|
|
| @@ -59,8 +58,6 @@ class CC_EXPORT UIResourceBitmap {
|
| }
|
|
|
| private:
|
| - friend class AutoLockUIResourceBitmap;
|
| -
|
| void Create(sk_sp<SkPixelRef> pixel_ref,
|
| const gfx::Size& size,
|
| UIResourceFormat format);
|
|
|