ginebra2/ContentViews/GWebContentViewJSObject.h
changeset 16 3c88a81ff781
parent 12 afcd8e6d025b
--- a/ginebra2/ContentViews/GWebContentViewJSObject.h	Thu Sep 23 15:32:11 2010 -0400
+++ b/ginebra2/ContentViews/GWebContentViewJSObject.h	Fri Oct 15 17:30:59 2010 -0400
@@ -56,6 +56,7 @@
     {
         return webContentViewConst()->gesturesEnabled();
     }
+
     void setGesturesEnabled(bool value)
     {
         webContentView()->setGesturesEnabled(value);
@@ -111,7 +112,9 @@
         return false;
 #endif
     }
+#ifndef BEDROCK_TILED_BACKING_STORE
     void setSavedZoomValueInView(qreal zoomValue){ webContentView()->setSavedZoomValueInView(zoomValue); }
+#endif
 
 signals:
     void ContextChanged();
@@ -132,7 +135,11 @@
     void onDisplayModeChanged(const QString &orientation);
 
     void contextEvent(QObject *context);
-	void superPageShown(const QString &name);
+    
+    /// Sent when a superpage is shown.
+	  void superPageShown(const QString &name);
+	  /// Send when the normal content page is shown, ie. switching away from a super-page.
+	  void normalPageShown();
     
 
 private slots: