From fe0253f8bb64857df088d5ff54e2b5b66b102b46 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Fri, 16 Mar 2018 16:47:25 -0400 Subject: Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags This CL: moves GrRenderTarget::fFlags to GrSurface::fSurfaceFlags adds a GrInternalSurfaceFlags type and uses it for GrSurfaceProxy::fSurfaceFlags The goal of this is to provide a location where GrTexture/GrTextureProxy-specific flags (i.e., isExternal & isRectangle) can be stored. Change-Id: I8df7b79036a6853dd378ff6cf10d4b37c60dd511 Reviewed-on: https://skia-review.googlesource.com/114796 Reviewed-by: Brian Salomon Commit-Queue: Robert Phillips --- tests/ProxyRefTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ProxyRefTest.cpp') diff --git a/tests/ProxyRefTest.cpp b/tests/ProxyRefTest.cpp index e564397cd4..30cc449c99 100644 --- a/tests/ProxyRefTest.cpp +++ b/tests/ProxyRefTest.cpp @@ -74,7 +74,7 @@ static sk_sp make_deferred(GrProxyProvider* proxyProvider) { desc.fConfig = kRGBA_8888_GrPixelConfig; return proxyProvider->createProxy(desc, kBottomLeft_GrSurfaceOrigin, SkBackingFit::kApprox, - SkBudgeted::kYes, GrResourceProvider::kNoPendingIO_Flag); + SkBudgeted::kYes, GrInternalSurfaceFlags::kNoPendingIO); } static sk_sp make_wrapped(GrProxyProvider* proxyProvider) { -- cgit v1.2.3