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

Unified Diff: cc/raster/raster_source.h

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Update tests 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: cc/raster/raster_source.h
diff --git a/cc/raster/raster_source.h b/cc/raster/raster_source.h
index 8479de1a9ab308a874927858ae6d71a6aee0612d..ed701eb6a69b28e5bb80c00ad69ab58c574b6b7c 100644
--- a/cc/raster/raster_source.h
+++ b/cc/raster/raster_source.h
@@ -159,6 +159,7 @@ class CC_EXPORT RasterSource : public base::RefCountedThreadSafe<RasterSource> {
const gfx::Size size_;
const bool clear_canvas_with_debug_color_;
const int slow_down_raster_scale_factor_for_debug_;
+ const float recording_scale_factor_;
// In practice, this is only set once before raster begins, so it's ok with
// respect to threading.

Powered by Google App Engine
This is Rietveld 408576698