Kaydet (Commit) 2c4d552e authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Tiled rendering: This is wrong approach, kill it.

Change-Id: Ie674d19ae95b9e3c58d739d8cde1543124d1bd1b
üst bd7d7040
......@@ -1755,10 +1755,6 @@ void SwViewShell::PaintTile(OutputDevice *pOut, const Rectangle &rRect)
{
assert(pOut);
pOut->SetPixelOffset(Size(rRect.TopLeft().X(), rRect.TopLeft().Y()));
// TODO make the tileWidth/Height fit the width/height of the pOut device
// now we need to setup the SwViewShell's output device
// TODO clean up SwViewShell's approach to output devices
OutputDevice *pSaveOut = GetOut();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment