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

Unified Diff: ui/compositor/paint_recorder.h

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Resolving comments Created 3 years, 5 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: ui/compositor/paint_recorder.h
diff --git a/ui/compositor/paint_recorder.h b/ui/compositor/paint_recorder.h
index ffe090a23c210fac6d9c201c1c1100e769bd14d8..18b4a24e5144192a42fa32ee203c9db3685d2083 100644
--- a/ui/compositor/paint_recorder.h
+++ b/ui/compositor/paint_recorder.h
@@ -32,6 +32,7 @@ class COMPOSITOR_EXPORT PaintRecorder {
// PaintRecorder is in use. Canvas is bounded by |recording_size|.
PaintRecorder(const PaintContext& context,
const gfx::Size& recording_size,
+ const gfx::PointF& recording_scale,
PaintCache* cache);
PaintRecorder(const PaintContext& context, const gfx::Size& recording_size);
~PaintRecorder();

Powered by Google App Engine
This is Rietveld 408576698