summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/Api/qgraphicswebview.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/Api/qgraphicswebview.h')
-rw-r--r--WebKit/qt/Api/qgraphicswebview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/qt/Api/qgraphicswebview.h b/WebKit/qt/Api/qgraphicswebview.h
index f3afb4c..3cf51b2 100644
--- a/WebKit/qt/Api/qgraphicswebview.h
+++ b/WebKit/qt/Api/qgraphicswebview.h
@@ -134,6 +134,9 @@ protected:
private:
Q_PRIVATE_SLOT(d, void _q_doLoadFinished(bool success))
+ // we don't want to change the moc based on USE() macro, so this function is here
+ // but will be empty if ACCLERATED_COMPOSITING is disabled
+ Q_PRIVATE_SLOT(d, void syncLayers())
QGraphicsWebViewPrivate* const d;
friend class QGraphicsWebViewPrivate;