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

Unified Diff: src/gpu/GrAtlasTextContext.h

Issue 1196683003: remove SkDeviceProperties (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Clean up Created 5 years, 6 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
Index: src/gpu/GrAtlasTextContext.h
diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
index 0805077d9dab313922e9a3fff97911a4d929ea12..8094046d5c81a5e147f91f6401a30d1ed6fa88b8 100644
--- a/src/gpu/GrAtlasTextContext.h
+++ b/src/gpu/GrAtlasTextContext.h
@@ -35,10 +35,10 @@ class GrTextBlobCache;
*/
class GrAtlasTextContext : public GrTextContext {
public:
- static GrAtlasTextContext* Create(GrContext*, GrDrawContext*, const SkDeviceProperties&);
+ static GrAtlasTextContext* Create(GrContext*, GrDrawContext*, const SkSurfaceProps&);
private:
- GrAtlasTextContext(GrContext*, GrDrawContext*, const SkDeviceProperties&);
+ GrAtlasTextContext(GrContext*, GrDrawContext*, const SkSurfaceProps&);
~GrAtlasTextContext() override {}
bool canDraw(const GrRenderTarget*, const GrClip&, const GrPaint&,

Powered by Google App Engine
This is Rietveld 408576698