Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / ui / splash_screen_tizen.cc
index 3ed4e08..8ba6214 100644 (file)
@@ -35,7 +35,9 @@ class SplashScreenTizen::SplashScreenLayerDelegate : public ui::LayerDelegate {
     }
   }
 
-  // Override the pure virtual function.
+  virtual void OnDelegatedFrameDamage(
+      const gfx::Rect& damage_rect_in_dip) OVERRIDE {}
+
   virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE {}
 
   virtual base::Closure PrepareForLayerBoundsChange() OVERRIDE {