X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=src%2Fcontent%2Frenderer%2Frenderer_webkitplatformsupport_impl.h;h=45f292430417432ce7f98623b8e7dfb9e849db6b;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=ca772948a8dd8ee19400e4ab6d1eb346e71fe7c8;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/renderer/renderer_webkitplatformsupport_impl.h b/src/content/renderer/renderer_webkitplatformsupport_impl.h index ca77294..45f2924 100644 --- a/src/content/renderer/renderer_webkitplatformsupport_impl.h +++ b/src/content/renderer/renderer_webkitplatformsupport_impl.h @@ -147,7 +147,7 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl virtual void queryStorageUsageAndQuota( const blink::WebURL& storage_partition, blink::WebStorageQuotaType, - blink::WebStorageQuotaCallbacks*) OVERRIDE; + blink::WebStorageQuotaCallbacks) OVERRIDE; virtual void vibrate(unsigned int milliseconds); virtual void cancelVibration(); @@ -217,6 +217,8 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl webkit::WebCompositorSupportImpl compositor_support_; scoped_ptr web_crypto_; + + DISALLOW_COPY_AND_ASSIGN(RendererWebKitPlatformSupportImpl); }; } // namespace content