aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgcanvas_p.h
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-09-08 12:36:53 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-08 13:38:31 +0200
commit01f94b710bd66f3289f545e3ac97433ce8419043 (patch)
treea747e55c6bffb73dab9d227a9950b350e9bee898 /src/declarative/items/qsgcanvas_p.h
parentd970bcfa0498ad5277d9fcfe92059c3647e82d97 (diff)
make sure we polishItems also in plain render loop
Change-Id: Ife8ab271c77a8daeaca9463e72296714aba17df9 Reviewed-on: http://codereview.qt-project.org/4430 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/declarative/items/qsgcanvas_p.h')
-rw-r--r--src/declarative/items/qsgcanvas_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/items/qsgcanvas_p.h b/src/declarative/items/qsgcanvas_p.h
index b0c63f0d01..d73c57d456 100644
--- a/src/declarative/items/qsgcanvas_p.h
+++ b/src/declarative/items/qsgcanvas_p.h
@@ -131,6 +131,7 @@ public:
void notifyFocusChangesRecur(QSGItem **item, int remaining);
void updateInputMethodData();
+ void updateFocusItemTransform();
void dirtyItem(QSGItem *);
void cleanup(QSGNode *);
@@ -205,7 +206,6 @@ protected:
void renderSceneGraph(const QSize &size) { d->renderSceneGraph(size); }
void polishItems() { d->polishItems(); }
QAnimationDriver *animationDriver() const { return d->animationDriver; }
- void updateFocusItemTransform();
inline QOpenGLContext *glContext() const { return gl; }
void createGLContext();