Index: android_webview/public/browser/draw_sw.h |
diff --git a/android_webview/public/browser/draw_sw.h b/android_webview/public/browser/draw_sw.h |
index 97d66079360c23ff0cdd42b829bd30d87ef5791b..ae7719517a38991bf60a51c5bbfb7315755f961c 100644 |
--- a/android_webview/public/browser/draw_sw.h |
+++ b/android_webview/public/browser/draw_sw.h |
@@ -43,9 +43,12 @@ typedef void (SkiaVersionFunction)(int* major, int* minor, int* patch); |
// Called to verify if the Skia versions are compatible. |
typedef bool (AwIsSkiaVersionCompatibleFunction)(SkiaVersionFunction function); |
+static const int kAwDrawSWFunctionTableVersion = 1; |
+ |
// "vtable" for the functions declared in this file. An instance must be set via |
// AwContents.setAwDrawSWFunctionTable |
struct AwDrawSWFunctionTable { |
+ int version; |
AwAccessPixelsFunction* access_pixels; |
AwReleasePixelsFunction* release_pixels; |
}; |