X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fcore.cpp;h=dc08bb9176219e54a26a7d7aa0598925450aecea;hb=dbfcc961bdaf67a4b1716ae2010db0950d414d72;hp=1c83633a15b2d87cb8dce371b842c1308f0d6f93;hpb=5787f865cbe64c2b89e85852e3230dac1fdef6b1;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/core.cpp b/dali/integration-api/core.cpp index 1c83633..dc08bb9 100644 --- a/dali/integration-api/core.cpp +++ b/dali/integration-api/core.cpp @@ -18,10 +18,6 @@ // CLASS HEADER #include -// EXTERNAL INCLUDES -#include -#include - // INTERNAL INCLUDES #include #include @@ -53,15 +49,11 @@ ContextNotifierInterface* Core::GetContextNotifier() return mImpl->GetContextNotifier(); } -// @todo Rename to ResetGlContext void Core::ContextCreated() { mImpl->ContextCreated(); } -// @todo Replace with StopRendering that prevents RenderManager from rendering -// until we get ResetGLContext again, change ContextCreated to reset gpu buffer cache, -// gl texture id's void Core::ContextDestroyed() { mImpl->ContextDestroyed(); @@ -107,11 +99,6 @@ void Core::ProcessEvents() mImpl->ProcessEvents(); } -void Core::UpdateTouchData(const TouchData& touch) -{ - mImpl->UpdateTouchData(touch); -} - unsigned int Core::GetMaximumUpdateCount() const { return mImpl->GetMaximumUpdateCount();