From 67e4aa15702646d5ff50e9524f4e63eb9ed20122 Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Mon, 7 Mar 2011 11:14:44 -0800 Subject: Partial invalidation of the browser textures bug:3461349 bug:3464483 Change-Id: I627f06d0fe48aaa0adca65cd13dc738af87eeefc --- WebCore/platform/graphics/android/GLUtils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'WebCore/platform/graphics/android/GLUtils.h') diff --git a/WebCore/platform/graphics/android/GLUtils.h b/WebCore/platform/graphics/android/GLUtils.h index 3e7b800..64aedbb 100644 --- a/WebCore/platform/graphics/android/GLUtils.h +++ b/WebCore/platform/graphics/android/GLUtils.h @@ -62,6 +62,7 @@ public: static GLuint createSampleTexture(); static void createTextureWithBitmap(GLuint texture, SkBitmap& bitmap, GLint filter = GL_LINEAR); static void updateTextureWithBitmap(GLuint texture, SkBitmap& bitmap, GLint filter = GL_LINEAR); + static void updateTextureWithBitmap(GLuint texture, int x, int y, SkBitmap& bitmap, GLint filter = GL_LINEAR); static void createEGLImageFromTexture(GLuint texture, EGLImageKHR* image); static void createTextureFromEGLImage(GLuint texture, EGLImageKHR image, GLint filter = GL_LINEAR); }; -- cgit v1.1