[EWK_REFACTOR] Remove unused EWebView::GetSnapShotForRect
authoryh106.jung <yh106.jung@samsung.com>
Wed, 10 Jun 2015 05:30:00 +0000 (14:30 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Bug: http://web.sec.samsung.net/bugzilla/show_bug.cgi?id=12028
Reviewed by: Antonio Gomes, Hyunhak Kim, SeungSeop Park

Change-Id: I42dd28f5946a037d88c3b4110d28c5212354beaa
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
tizen_src/ewk/efl_integration/eweb_view.cc
tizen_src/ewk/efl_integration/eweb_view.h

index babb209..fb7e186 100644 (file)
@@ -1472,12 +1472,6 @@ bool EWebView::GetSnapshotAsync(Eina_Rectangle rect,
   return rwhv()->RequestSnapshotAsync(rect, callback, user_data);
 }
 
-void EWebView::GetSnapShotForRect(gfx::Rect& rect) {
-#if defined(OS_TIZEN) && defined(EWK_REFACTOR)
-  rwhv()->GetSnapshotForRect(rect);
-#endif
-}
-
 Evas_Object* EWebView::GetSnapshot(Eina_Rectangle rect) {
   Evas_Object* image = NULL;
 #ifdef OS_TIZEN
index 82b6453..3107a13 100644 (file)
@@ -315,7 +315,6 @@ class EWebView {
   void SelectClosestWord(const gfx::Point& touch_point);
   void SelectLinkText(const gfx::Point& touch_point);
   bool GetSelectionRange(Eina_Rectangle* left_rect, Eina_Rectangle* right_rect);
-  void GetSnapShotForRect(gfx::Rect& rect);
 
   // Callback OnCopyFromBackingStore will be called once we get the snapshot from render
   void OnCopyFromBackingStore(bool success, const SkBitmap& bitmap);