| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| index 4ce5acc543e15411f6fbbc9e3cd761de31c8c193..a15a0c46362577ec9704dfe57d6d0674db3aff38 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -832,6 +832,9 @@ protected:
|
| void handleTextureCompleteness(const char*, bool);
|
| void createFallbackBlackTextures1x1();
|
|
|
| + virtual WebGLImageConversion::PixelStoreParams getPackPixelStoreParams();
|
| + virtual WebGLImageConversion::PixelStoreParams getUnpackPixelStoreParams();
|
| +
|
| // Helper function for copyTex{Sub}Image, check whether the internalformat
|
| // and the color buffer format of the current bound framebuffer combination
|
| // is valid.
|
|
|