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

Unified Diff: ui/compositor/paint_recorder.h

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Sync with ToT Created 3 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 | « ui/compositor/paint_context.cc ('k') | ui/compositor/paint_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/paint_recorder.h
diff --git a/ui/compositor/paint_recorder.h b/ui/compositor/paint_recorder.h
index ffe090a23c210fac6d9c201c1c1100e769bd14d8..609d6f0bf4251aeac5e7d71fce31ef20f145bb35 100644
--- a/ui/compositor/paint_recorder.h
+++ b/ui/compositor/paint_recorder.h
@@ -32,6 +32,8 @@ class COMPOSITOR_EXPORT PaintRecorder {
// PaintRecorder is in use. Canvas is bounded by |recording_size|.
PaintRecorder(const PaintContext& context,
const gfx::Size& recording_size,
+ float recording_scale_x,
+ float recording_scale_y,
PaintCache* cache);
PaintRecorder(const PaintContext& context, const gfx::Size& recording_size);
~PaintRecorder();
« no previous file with comments | « ui/compositor/paint_context.cc ('k') | ui/compositor/paint_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698