From b6b0a6ef179f4143c94ba7e0e1be6e7ce4b0a23a Mon Sep 17 00:00:00 2001 From: bsalomon Date: Thu, 16 Jul 2015 09:34:57 -0700 Subject: Remove rt flags that are not necessary Review URL: https://codereview.chromium.org/1226123012 --- tests/FloatingPointTextureTest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/FloatingPointTextureTest.cpp') 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; -- cgit v1.2.3