| 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 ed747bea5defdced313341d23e365aaf386def01..31ac430e24137a361fc95448c183283780a1bab1 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -1089,8 +1089,6 @@ protected:
|
| static WebGLRenderingContextBase* oldestContext();
|
| static WebGLRenderingContextBase* oldestEvictedContext();
|
|
|
| - CrossThreadWeakPersistentThisPointer<WebGLRenderingContextBase> createWeakThisPointer() { return CrossThreadWeakPersistentThisPointer<WebGLRenderingContextBase>(this); }
|
| -
|
| ImageBitmap* transferToImageBitmapBase();
|
|
|
| // Helper functions for tex(Sub)Image2D && texSubImage3D
|
|
|