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

Unified Diff: content/browser/compositor/software_output_device_ozone.cc

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
Index: content/browser/compositor/software_output_device_ozone.cc
diff --git a/content/browser/compositor/software_output_device_ozone.cc b/content/browser/compositor/software_output_device_ozone.cc
index c65cda5dc19150566d93e979cc98488b6c40c048..da854ec419d63fb93e6141b3aa12420934eaa25c 100644
--- a/content/browser/compositor/software_output_device_ozone.cc
+++ b/content/browser/compositor/software_output_device_ozone.cc
@@ -45,8 +45,6 @@ SoftwareOutputDeviceOzone::~SoftwareOutputDeviceOzone() {
void SoftwareOutputDeviceOzone::Resize(const gfx::Size& viewport_pixel_size,
float scale_factor) {
- scale_factor_ = scale_factor;
-
if (viewport_pixel_size_ == viewport_pixel_size)
return;

Powered by Google App Engine
This is Rietveld 408576698