Index: src/gpu/GrLayerHoister.h |
diff --git a/src/gpu/GrLayerHoister.h b/src/gpu/GrLayerHoister.h |
index 8b338a82246a9a51ed43588095b01ae3544a6e6f..044e36b7612e9429dacc940ff6d3f993732811ee 100644 |
--- a/src/gpu/GrLayerHoister.h |
+++ b/src/gpu/GrLayerHoister.h |
@@ -114,10 +114,10 @@ public: |
private: |
/** Update the GrTexture in 'layer' with its filtered version |
@param context Owner of the layer cache (and thus the layers) |
- @param device Required by the filtering code |
+ @param props Surface properties |
@param info Layer info for a layer needing filtering prior to being composited |
*/ |
- static void FilterLayer(GrContext* context, SkGpuDevice* device, const GrHoistedLayer& info); |
+ static void FilterLayer(GrContext* context, const SkSurfaceProps*, const GrHoistedLayer& info); |
}; |