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

Unified Diff: tools/viewer/sk_app/mac/WindowContextFactory_mac.h

Issue 2228883003: Add RasterWindowContext_mac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comment; enable backend switching 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 | « tools/viewer/sk_app/mac/RasterWindowContext_mac.cpp ('k') | tools/viewer/sk_app/mac/Window_mac.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/viewer/sk_app/mac/WindowContextFactory_mac.h
diff --git a/tools/viewer/sk_app/mac/WindowContextFactory_mac.h b/tools/viewer/sk_app/mac/WindowContextFactory_mac.h
index 7928ec0cb316f0816f2e1c0548deea14ec029e1e..3adc68bbc237ece5bde03e43e16710b726b5534f 100644
--- a/tools/viewer/sk_app/mac/WindowContextFactory_mac.h
+++ b/tools/viewer/sk_app/mac/WindowContextFactory_mac.h
@@ -29,6 +29,8 @@ inline WindowContext* NewVulkanForMac(const MacWindowInfo&, const DisplayParams&
WindowContext* NewGLForMac(const MacWindowInfo&, const DisplayParams&);
+WindowContext* NewRasterForMac(const MacWindowInfo&, const DisplayParams&);
+
} // namespace window_context_factory
} // namespace sk_app
« no previous file with comments | « tools/viewer/sk_app/mac/RasterWindowContext_mac.cpp ('k') | tools/viewer/sk_app/mac/Window_mac.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698