X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fcanvas%2FWebGLCompressedTextureATC.cpp;h=0049beee8c870251a06ded2a2a6f77f9fb8e4216;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=d5f6824ebc070e97836981aa38691a74439ab604;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp b/src/third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp index d5f6824..0049bee 100644 --- a/src/third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp +++ b/src/third_party/WebKit/Source/core/html/canvas/WebGLCompressedTextureATC.cpp @@ -54,7 +54,7 @@ PassRefPtr WebGLCompressedTextureATC::create(WebGLRen bool WebGLCompressedTextureATC::supported(WebGLRenderingContext* context) { - return context->graphicsContext3D()->supportsExtension("GL_AMD_compressed_ATC_texture"); + return context->extensionsUtil()->supportsExtension("GL_AMD_compressed_ATC_texture"); } const char* WebGLCompressedTextureATC::extensionName()