comparison Framework/Viewport/WebAssemblyViewport.cpp @ 1277:5428b8594382 bugs/2020-02-invisible-slice

Typo fix
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 04 Feb 2020 12:31:36 +0100
parents 2d8ab34c8c91
children 6ab03e429f06
comparison
equal deleted inserted replaced
1276:db759fb1d6e6 1277:5428b8594382
160 { 160 {
161 // first, we check if the canvas size (both css size in css pixels and 161 // first, we check if the canvas size (both css size in css pixels and
162 // backing store) have changed. if so, we call UpdateSize to deal with 162 // backing store) have changed. if so, we call UpdateSize to deal with
163 // it 163 // it
164 164
165 LOG(INFO) << "updating cairo viewport size"; 165 LOG(TRACE) << "WebAssemblyOpenGLViewport::Refresh";
166 166
167 // maybe the canvas size has changed and we need to update the 167 // maybe the canvas size has changed and we need to update the
168 // canvas backing store size 168 // canvas backing store size
169 UpdateSizeIfNeeded(); 169 UpdateSizeIfNeeded();
170 170