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

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

Issue 2557783002: Improve metrics for display list canvas fallback reason (Closed)
Patch Set: Created 4 years 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/ImageBuffer.h
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
index ba8e471aab88383ec77a8955d99036c248abf69c..435e534ab268fba5812c17123862592074e8787c 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
@@ -145,7 +145,8 @@ class PLATFORM_EXPORT ImageBuffer {
// FIXME: Current implementations of this method only work with textures that
// are RGB or RGBA format, UNSIGNED_BYTE type and level 0, as specified in
// Extensions3D::canUseCopyTextureCHROMIUM().
- bool copyToPlatformTexture(gpu::gles2::GLES2Interface*,
+ bool copyToPlatformTexture(SnapshotReason,
+ gpu::gles2::GLES2Interface*,
GLuint texture,
GLenum internalFormat,
GLenum destType,

Powered by Google App Engine
This is Rietveld 408576698