From fec0bc3fc13481f5bcb341ab2d2d695911f39bd4 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Thu, 7 Feb 2013 14:43:04 +0000 Subject: Remove legacy names no longer referenced in Chrome and WebKit. Review URL: https://codereview.appspot.com/7311055 git-svn-id: http://skia.googlecode.com/svn/trunk@7640 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/benchmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench') diff --git a/bench/benchmain.cpp b/bench/benchmain.cpp index 370530df14..7b1a34e5bf 100644 --- a/bench/benchmain.cpp +++ b/bench/benchmain.cpp @@ -207,7 +207,7 @@ public: grCtx = GrContext::Create(kOpenGL_GrBackend, ctx); if (NULL != grCtx) { GrBackendRenderTargetDesc desc; - desc.fConfig = kSkia8888_PM_GrPixelConfig; + desc.fConfig = kSkia8888_GrPixelConfig; desc.fWidth = width; desc.fHeight = height; desc.fStencilBits = 8; -- cgit v1.2.3