Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index 3a780c757fe815c2a8d53360b9ffffabdb5399bc..0f7581069e62907f4952a9b50cf6526bca494aeb 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -569,9 +569,6 @@ public: |
// Extensions3D.h in WebCore/platform/graphics). |
virtual void didLoseWebGLContext(WebLocalFrame*, int) { } |
- // Send initial drawing parameters to a child frame that is being rendered out of process. |
- virtual void initializeChildFrame(const WebRect& frameRect, float scaleFactor) { } |
- |
// Screen Orientation -------------------------------------------------- |