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

Unified Diff: cc/output/software_output_device.h

Issue 2399983003: cc: Make OutputSurface::Reshape abstract (Closed)
Patch Set: reshapeabstract: . Created 4 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 | « cc/output/overlay_unittest.cc ('k') | cc/output/software_output_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/software_output_device.h
diff --git a/cc/output/software_output_device.h b/cc/output/software_output_device.h
index 109fc90f387e7e353a3dea135c1bab53a18bd87e..4c23b4d16c59a95debb2945979a20198adc3e513 100644
--- a/cc/output/software_output_device.h
+++ b/cc/output/software_output_device.h
@@ -58,7 +58,6 @@ class CC_EXPORT SoftwareOutputDevice {
protected:
gfx::Size viewport_pixel_size_;
- float scale_factor_;
gfx::Rect damage_rect_;
sk_sp<SkSurface> surface_;
std::unique_ptr<gfx::VSyncProvider> vsync_provider_;
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/output/software_output_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698