X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fxwalk%2Fruntime%2Fbrowser%2Fui%2Fsplash_screen_tizen.h;h=fea8be8bba32d71b3abc2bd8b66ad28ae9f49638;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=c143e5dd42321fbfa173abae40dc6825ad6eeea1;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/xwalk/runtime/browser/ui/splash_screen_tizen.h b/src/xwalk/runtime/browser/ui/splash_screen_tizen.h index c143e5d..fea8be8 100644 --- a/src/xwalk/runtime/browser/ui/splash_screen_tizen.h +++ b/src/xwalk/runtime/browser/ui/splash_screen_tizen.h @@ -36,17 +36,17 @@ class SplashScreenTizen : public content::WebContentsObserver, void Stop(); // Overridden from content::WebContentsObserver. - virtual void DidFinishLoad(content::RenderFrameHost* render_frame_host, - const GURL& validated_url) OVERRIDE; + void DidFinishLoad(content::RenderFrameHost* render_frame_host, + const GURL& validated_url) override; - virtual void DidFailLoad(content::RenderFrameHost* render_frame_host, - const GURL& validated_url, - int error_code, - const base::string16& error_description) OVERRIDE; + void DidFailLoad(content::RenderFrameHost* render_frame_host, + const GURL& validated_url, + int error_code, + const base::string16& error_description) override; // ui::ImplicitAnimationObserver overrides: - virtual void OnImplicitAnimationsCompleted() OVERRIDE; + void OnImplicitAnimationsCompleted() override; private: views::Widget* widget_host_;