Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / PageWidgetDelegate.h
index 32200b8..262af30 100644 (file)
@@ -72,10 +72,10 @@ public:
     // rootFrame arguments indicate a root localFrame from which to start performing the
     // specified operation. If rootFrame is 0, these methods will attempt to use the
     // Page's mainFrame(), if it is a LocalFrame.
-    static void animate(Page*, double monotonicFrameBeginTime, LocalFrame* rootFrame = 0);
-    static void layout(Page*, LocalFrame* rootFrame = 0);
-    static void paint(Page*, PageOverlayList*, WebCanvas*, const WebRect&, CanvasBackground, LocalFrame* rootFrame = 0);
-    static bool handleInputEvent(Page*, PageWidgetEventHandler&, const WebInputEvent&, LocalFrame* rootFrame = 0);
+    static void animate(Page&, double monotonicFrameBeginTime, LocalFrame& root);
+    static void layout(Page&, LocalFrame& root);
+    static void paint(Page&, PageOverlayList*, WebCanvas*, const WebRect&, CanvasBackground, LocalFrame& root);
+    static bool handleInputEvent(PageWidgetEventHandler&, const WebInputEvent&, LocalFrame* root);
 
 private:
     PageWidgetDelegate() { }