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

Unified Diff: content/browser/compositor/software_output_device_win.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_win.cc
diff --git a/content/browser/compositor/software_output_device_win.cc b/content/browser/compositor/software_output_device_win.cc
index 3ab7677a5432616240490ccee4ae120ab88f4250..495d0fb19ae26159eeb2208bb1360363c92a5200 100644
--- a/content/browser/compositor/software_output_device_win.cc
+++ b/content/browser/compositor/software_output_device_win.cc
@@ -114,8 +114,6 @@ void SoftwareOutputDeviceWin::Resize(const gfx::Size& viewport_pixel_size,
DCHECK_CURRENTLY_ON(BrowserThread::UI);
DCHECK(!in_paint_);
- scale_factor_ = scale_factor;
-
if (viewport_pixel_size_ == viewport_pixel_size)
return;
« no previous file with comments | « content/browser/compositor/software_output_device_ozone.cc ('k') | content/browser/renderer_host/compositor_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698