Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1312)

Unified Diff: tests/GLProgramsTest.cpp

Issue 2263343002: Move clip mask generation into GrReducedClip (Closed) Base URL: https://skia.googlesource.com/skia.git@upload2_clipclears
Patch Set: msvc Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrStencilAttachment.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/GLProgramsTest.cpp
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
index 2d62a5b3c30a59b7d7e86f93ff949e9d2d940022..96b0bcba44d76a19aa2b1e887cd9f6e3e2fd3fe9 100644
--- a/tests/GLProgramsTest.cpp
+++ b/tests/GLProgramsTest.cpp
@@ -14,6 +14,7 @@
#include "GrAutoLocaleSetter.h"
#include "GrBatchTest.h"
#include "GrContextFactory.h"
+#include "GrContextPriv.h"
#include "GrDrawContextPriv.h"
#include "GrDrawingManager.h"
#include "GrInvariantOutput.h"
@@ -288,7 +289,7 @@ static const GrUserStencilSettings* get_random_stencil(SkRandom* random) {
}
bool GrDrawingManager::ProgramUnitTest(GrContext* context, int maxStages) {
- GrDrawingManager* drawingManager = context->drawingManager();
+ GrDrawingManager* drawingManager = context->contextPriv().drawingManager();
// setup dummy textures
GrSurfaceDesc dummyDesc;
« no previous file with comments | « src/gpu/GrStencilAttachment.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698