X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcc%2Foutput%2Fsoftware_output_device.cc;h=d066f4c99f1650288f807881934d23668eae294c;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=3e75e069f376f4ef038134e3a6806c50aad2e1d2;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/cc/output/software_output_device.cc b/src/cc/output/software_output_device.cc index 3e75e06..d066f4c 100644 --- a/src/cc/output/software_output_device.cc +++ b/src/cc/output/software_output_device.cc @@ -17,7 +17,7 @@ SoftwareOutputDevice::SoftwareOutputDevice() {} SoftwareOutputDevice::~SoftwareOutputDevice() {} -void SoftwareOutputDevice::Resize(gfx::Size viewport_size) { +void SoftwareOutputDevice::Resize(const gfx::Size& viewport_size) { if (viewport_size_ == viewport_size) return; @@ -48,8 +48,8 @@ void SoftwareOutputDevice::CopyToBitmap( bitmap.extractSubset(output, gfx::RectToSkIRect(rect)); } -void SoftwareOutputDevice::Scroll( - gfx::Vector2d delta, const gfx::Rect& clip_rect) { +void SoftwareOutputDevice::Scroll(const gfx::Vector2d& delta, + const gfx::Rect& clip_rect) { NOTIMPLEMENTED(); }