aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2017-06-19 16:39:13 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-19 21:03:34 +0000
commit78325c1d01fb8b6c3d9e2aadc647140c8abb8976 (patch)
tree477eb309b414e6d377158da3b4f59e9eb0fb416d /src
parent74c3680eba9474908f713359f8d044643ca3cde6 (diff)
Restrict max levels for D3D Angle on GLPrograms test as well
BUG=skia:4717 Change-Id: I6111af2526042296c510318520c96c0ce5efc214 Reviewed-on: https://skia-review.googlesource.com/20284 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/gpu/GrDrawingManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrDrawingManager.h b/src/gpu/GrDrawingManager.h
index 0cbba5a86b..e7995fd80d 100644
--- a/src/gpu/GrDrawingManager.h
+++ b/src/gpu/GrDrawingManager.h
@@ -68,7 +68,7 @@ public:
}
}
- static bool ProgramUnitTest(GrContext* context, int maxStages);
+ static bool ProgramUnitTest(GrContext* context, int maxStages, int maxLevels);
void prepareSurfaceForExternalIO(GrSurfaceProxy*);