Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1421)

Unified Diff: third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h

Issue 2165913003: Invalidate m_image after GPU-GPU texture copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 3 formats still fails on windows Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698