projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f3bbb
)
Update OffScreenOutputDevice
author
Cheng Zhao
<zcbenz@gmail.com>
Tue, 24 Jan 2017 05:11:38 +0000
(14:11 +0900)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Mon, 6 Feb 2017 18:34:28 +0000
(10:34 -0800)
atom/browser/osr/osr_output_device.cc
patch
|
blob
|
history
diff --git
a/atom/browser/osr/osr_output_device.cc
b/atom/browser/osr/osr_output_device.cc
index dd806136338eee2af9efd848b0f1129094893fac..5f605f668c9bdd7d2911b835ff30ede60c82c5bb 100644
(file)
--- a/
atom/browser/osr/osr_output_device.cc
+++ b/
atom/browser/osr/osr_output_device.cc
@@
-22,8
+22,6
@@
OffScreenOutputDevice::~OffScreenOutputDevice() {
void OffScreenOutputDevice::Resize(
const gfx::Size& pixel_size, float scale_factor) {
- scale_factor_ = scale_factor;
-
if (viewport_pixel_size_ == pixel_size) return;
viewport_pixel_size_ = pixel_size;