summaryrefslogtreecommitdiffstats
path: root/wsd/ClientSession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wsd/ClientSession.cpp')
-rw-r--r--wsd/ClientSession.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp
index 52d9c67177..20d1a43ef4 100644
--- a/wsd/ClientSession.cpp
+++ b/wsd/ClientSession.cpp
@@ -909,9 +909,7 @@ bool ClientSession::sendTile(const char * /*buffer*/, int /*length*/, const Stri
{
try
{
- TileDesc tileDesc = TileDesc::parse(tokens);
- tileDesc.setNormalizedViewId(getCanonicalViewId());
- docBroker->handleTileRequest(tileDesc, client_from_this());
+ docBroker->handleTileRequest(tokens, client_from_this());
}
catch (const std::exception& exc)
{