Chromium Code Reviews| Index: cc/CCLayerTreeHost.cpp |
| =================================================================== |
| --- cc/CCLayerTreeHost.cpp (revision 156389) |
| +++ cc/CCLayerTreeHost.cpp (working copy) |
| @@ -462,7 +462,7 @@ |
| static void setScale(LayerChromium* layer, float deviceScaleFactor, float pageScaleFactor) |
| { |
| - if (layer->boundsContainPageScale()) |
| + if (false /*layer->boundsContainPageScale()*/) |
|
enne (OOO)
2012/09/13 19:40:54
I assume this can go away once with the correspond
Jeff Timanus
2012/09/13 19:58:50
Yes, this hack can go away once the NCCH change in
|
| layer->setContentsScale(deviceScaleFactor); |
| else |
| layer->setContentsScale(deviceScaleFactor * pageScaleFactor); |