| Index: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| index a166152aa58541840bc7ccb36e22e6ecd685cbe4..9eb205ac0e053a91ddb687b258ce0d3589f2347e 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
|
| @@ -43,7 +43,7 @@ protected:
|
| private:
|
| GLuint switchStorageToSkImage(WebGraphicsContext3DProvider*);
|
| bool switchStorageToMailbox(WebGraphicsContext3DProvider*);
|
| - GLuint textureIdForWebGL(WebGraphicsContext3DProvider*);
|
| + GLuint switchStorageToSkImageForWebGL(WebGraphicsContext3DProvider*);
|
|
|
| RefPtr<SkImage> m_image;
|
| WebExternalTextureMailbox m_mailbox;
|
|
|