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

Unified Diff: src/core/SkRemote.h

Issue 1409253003: SkRemote: impl drawPaint() (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | src/core/SkRemote.cpp » ('j') | src/core/SkRemote.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRemote.h
diff --git a/src/core/SkRemote.h b/src/core/SkRemote.h
index 87333d82f75e5a6733ac6ef77507f0df3e88c0bb..356cc3616bf962ba4c18492617f29cc729221e20 100644
--- a/src/core/SkRemote.h
+++ b/src/core/SkRemote.h
@@ -110,6 +110,7 @@ namespace SkRemote {
void onDrawOval(const SkRect&, const SkPaint&) override;
void onDrawPath(const SkPath&, const SkPaint&) override;
void onDrawRect(const SkRect&, const SkPaint&) override;
+ void onDrawPaint(const SkPaint&) override;
Cache* fCache;
Encoder* fEncoder;
« no previous file with comments | « no previous file | src/core/SkRemote.cpp » ('j') | src/core/SkRemote.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698