Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / dom_distiller / core / fake_distiller.cc
index 10107f5..bb5ef92 100644 (file)
@@ -28,6 +28,7 @@ FakeDistiller::~FakeDistiller() {
 
 void FakeDistiller::DistillPage(
     const GURL& url,
+    scoped_ptr<DistillerPage> distiller_page,
     const DistillationFinishedCallback& article_callback,
     const DistillationUpdateCallback& page_callback) {
   url_ = url;