diff options
| author | Chris Townsend <christopher.townsend@canonical.com> | 2013-10-29 12:05:57 -0400 |
|---|---|---|
| committer | Chris Townsend <christopher.townsend@canonical.com> | 2013-10-29 12:05:57 -0400 |
| commit | 5fe53c096d659f722ac0c51c586f7c37e32819aa (patch) | |
| tree | d63f650c00749cacc3add9473a4a6e495b98ec5d /launcher | |
| parent | 89b83a36b1f4830da1eea3b307ad3bf38f3ab1f4 (diff) | |
Add comment to remind us to remove this code when the Unity performance branches are merged.
(bzr r3584.1.2)
Diffstat (limited to 'launcher')
| -rw-r--r-- | launcher/Launcher.cpp | 1 | ||||
| -rw-r--r-- | launcher/Launcher.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/launcher/Launcher.cpp b/launcher/Launcher.cpp index 4ed2606ea..de74c6ba7 100644 --- a/launcher/Launcher.cpp +++ b/launcher/Launcher.cpp @@ -2402,6 +2402,7 @@ void Launcher::RenderIconToTexture(nux::GraphicsEngine& GfxContext, nux::ObjectP unity::graphics::PopOffscreenRenderTarget(); } +// FIXME: This will need to be removed when the Unity performance branch is merged. void Launcher::NeedSoftRedraw() { QueueDraw(); diff --git a/launcher/Launcher.h b/launcher/Launcher.h index 50fa4ec6d..09282a853 100644 --- a/launcher/Launcher.h +++ b/launcher/Launcher.h @@ -151,6 +151,7 @@ public: void RenderIconToTexture(nux::GraphicsEngine&, nux::ObjectPtr<nux::IOpenGLBaseTexture> const&, AbstractLauncherIcon::Ptr const&); + // FIXME: This will need to be removed when the Unity performance branch is merged. void NeedSoftRedraw() override; #ifdef NUX_GESTURES_SUPPORT |
