aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FloatingPointTextureTest.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-07-16 09:34:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-16 09:34:57 -0700
commitb6b0a6ef179f4143c94ba7e0e1be6e7ce4b0a23a (patch)
tree9cac0bd59b6d3a5196e8a17a68ef8430e5f4fcb6 /tests/FloatingPointTextureTest.cpp
parent8cab9a7685e872427e6f0388f149575a9b6016ee (diff)
Remove rt flags that are not necessary
Diffstat (limited to 'tests/FloatingPointTextureTest.cpp')
-rw-r--r--tests/FloatingPointTextureTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/FloatingPointTextureTest.cpp b/tests/FloatingPointTextureTest.cpp
index 1adc7442af..d891b47aa7 100644
--- a/tests/FloatingPointTextureTest.cpp
+++ b/tests/FloatingPointTextureTest.cpp
@@ -42,7 +42,6 @@ void runFPTest(skiatest::Reporter* reporter, GrContextFactory* factory,
for (int origin = 0; origin < 2; ++origin) {
for (int glCtxType = 0; glCtxType < GrContextFactory::kGLContextTypeCnt; ++glCtxType) {
GrSurfaceDesc desc;
- desc.fFlags = kRenderTarget_GrSurfaceFlag;
desc.fWidth = DEV_W;
desc.fHeight = DEV_H;
desc.fConfig = config;