diff options
Diffstat (limited to 'ui/base/native_theme/native_theme_android.h')
-rw-r--r-- | ui/base/native_theme/native_theme_android.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ui/base/native_theme/native_theme_android.h b/ui/base/native_theme/native_theme_android.h index 04c7be3..8320f51 100644 --- a/ui/base/native_theme/native_theme_android.h +++ b/ui/base/native_theme/native_theme_android.h @@ -115,16 +115,16 @@ class NativeThemeAndroid : public NativeTheme { // Draw the dest rectangle with the given image which might be scaled if its // size is not same as target rectangle. - void DrawBitmapInt(SkCanvas* canvas, - const gfx::ImageSkia& image, - int src_x, - int src_y, - int src_w, - int src_h, - int dest_x, - int dest_y, - int dest_w, - int dest_h) const; + void DrawImageInt(SkCanvas* canvas, + const gfx::ImageSkia& image, + int src_x, + int src_y, + int src_w, + int src_h, + int dest_x, + int dest_y, + int dest_w, + int dest_h) const; // Draw the target rectangle with the |bitmap| accroding the given // |tile_scale_x| and |tile_scale_y| |