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

Unified Diff: cc/paint/paint_recorder.h

Issue 2752593002: cc: Make PaintCanvas abstract (Closed)
Patch Set: Remove default parameters on virtual functions Created 3 years, 9 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 | « cc/paint/paint_canvas.cc ('k') | cc/paint/paint_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/paint_recorder.h
diff --git a/cc/paint/paint_recorder.h b/cc/paint/paint_recorder.h
index 752dadd1a0d2b5b52b9c0691581668c84919cd4b..b48b906ca35a5bca9192346102c3faabf1fcf0ae 100644
--- a/cc/paint/paint_recorder.h
+++ b/cc/paint/paint_recorder.h
@@ -11,6 +11,7 @@
#include "base/optional.h"
#include "cc/paint/paint_canvas.h"
#include "cc/paint/paint_record.h"
+#include "cc/paint/skia_paint_canvas.h"
#include "third_party/skia/include/core/SkPictureRecorder.h"
namespace cc {
@@ -61,7 +62,7 @@ class CC_PAINT_EXPORT PaintRecorder {
private:
SkPictureRecorder recorder_;
- base::Optional<PaintCanvas> canvas_;
+ base::Optional<SkiaPaintCanvas> canvas_;
DISALLOW_COPY_AND_ASSIGN(PaintRecorder);
};
« no previous file with comments | « cc/paint/paint_canvas.cc ('k') | cc/paint/paint_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698