X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fskia%2Ftests%2FGrSurfaceTest.cpp;h=a2ed62928e29221295591d4294b42441c6c00e3a;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=ff67b1b672504c2a60d12bb0456c1cbf123fbd9c;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/skia/tests/GrSurfaceTest.cpp b/src/third_party/skia/tests/GrSurfaceTest.cpp index ff67b1b..a2ed629 100644 --- a/src/third_party/skia/tests/GrSurfaceTest.cpp +++ b/src/third_party/skia/tests/GrSurfaceTest.cpp @@ -16,7 +16,7 @@ DEF_GPUTEST(GrSurface, reporter, factory) { GrContext* context = factory->get(GrContextFactory::kNull_GLContextType); - if (NULL != context) { + if (context) { GrTextureDesc desc; desc.fConfig = kSkia8888_GrPixelConfig; desc.fFlags = kRenderTarget_GrTextureFlagBit;