aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 14:43:04 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 14:43:04 +0000
commitfec0bc3fc13481f5bcb341ab2d2d695911f39bd4 (patch)
treeb075c7e6c3bede7a17ea664c2d46b29f8911f858 /bench
parentbeda389e646d6be3cfef853584a78ca8ba39d0fc (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.cpp2
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;