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

Unified Diff: tools/kilobench/kilobench.cpp

Issue 1966013002: Turn ContextInfos returned by GrContextFactory into structs. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Address comment Created 4 years, 7 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 | « tools/gpu/GrContextFactory.h ('k') | tools/skiaserve/Request.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/kilobench/kilobench.cpp
diff --git a/tools/kilobench/kilobench.cpp b/tools/kilobench/kilobench.cpp
index dc7f938a5d97729cec13a144b01efc2467d0049e..b14770f458a206c0e933b2b114c4c7e6b3fa5be2 100644
--- a/tools/kilobench/kilobench.cpp
+++ b/tools/kilobench/kilobench.cpp
@@ -188,7 +188,7 @@ struct GPUTarget {
fSurface.reset(SkSurface::MakeRenderTarget(context,
SkBudgeted::kNo, info,
numSamples, &props).release());
- fGL = factory->getContextInfo(ctxType, ctxOptions).fGLContext;
+ fGL = factory->getContextInfo(ctxType, ctxOptions).glContext();
if (!fSurface.get()) {
return false;
}
« no previous file with comments | « tools/gpu/GrContextFactory.h ('k') | tools/skiaserve/Request.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698