diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-07 14:43:04 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-07 14:43:04 +0000 |
commit | fec0bc3fc13481f5bcb341ab2d2d695911f39bd4 (patch) | |
tree | b075c7e6c3bede7a17ea664c2d46b29f8911f858 /bench | |
parent | beda389e646d6be3cfef853584a78ca8ba39d0fc (diff) |
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
Diffstat (limited to 'bench')
-rw-r--r-- | bench/benchmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |