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

Unified Diff: src/gpu/GrGpuFactory.h

Issue 1151603005: Revert of Store context options on caps. (Closed) Base URL: https://skia.googlesource.com/skia.git@onecaps
Patch Set: Created 5 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 | « src/gpu/GrGpu.h ('k') | src/gpu/GrGpuFactory.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrGpuFactory.h
diff --git a/src/gpu/GrGpuFactory.h b/src/gpu/GrGpuFactory.h
index aecc2c17050bbf6f9bc350e75e728eabe1c2bcfa..180f264d96413fda8a4fa99d44ed1d3314e6759e 100644
--- a/src/gpu/GrGpuFactory.h
+++ b/src/gpu/GrGpuFactory.h
@@ -12,9 +12,8 @@
class GrGpu;
class GrContext;
-struct GrContextOptions;
-typedef GrGpu* (*CreateGpuProc)(GrBackendContext, const GrContextOptions& options, GrContext*);
+typedef GrGpu* (*CreateGpuProc)(GrBackendContext, GrContext*);
class GrGpuFactoryRegistrar {
public:
« no previous file with comments | « src/gpu/GrGpu.h ('k') | src/gpu/GrGpuFactory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698