Copy QSGEngine functions to QQuickCanvas.
[profile/ivi/qtdeclarative.git] / src / declarative / items / qquickcanvas_p.h
index 702234d..fdfe091 100644 (file)
@@ -157,9 +157,12 @@ public:
     void updateEffectiveOpacityRoot(QQuickItem *, qreal);
     void updateDirtyNode(QQuickItem *);
 
+    QSGEngine *engine;
     QSGContext *context;
+    QColor clearColor;
 
     uint vsyncAnimations : 1;
+    uint clearBeforeRendering : 1;
 
     QQuickCanvasRenderLoop *thread;
     QSize widgetSize;