Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: src/utils/android/SkAndroidSDKCanvas.h

Issue 1224783002: add matrix options to drawDrawable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: modify gm Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/utils/android/SkAndroidSDKCanvas.h
diff --git a/src/utils/android/SkAndroidSDKCanvas.h b/src/utils/android/SkAndroidSDKCanvas.h
index 47e771bb6a2a84a3ba5f499a0a406f814717b3b7..a54315d4786a7028db0ede22d2a7c69ed3083bf3 100644
--- a/src/utils/android/SkAndroidSDKCanvas.h
+++ b/src/utils/android/SkAndroidSDKCanvas.h
@@ -78,7 +78,7 @@ protected:
// PASS THROUGH
- void onDrawDrawable(SkDrawable*) override;
+ void onDrawDrawable(SkDrawable*, const SkMatrix*) override;
SkISize getBaseLayerSize() const override;
bool getClipBounds(SkRect*) const override;
bool getClipDeviceBounds(SkIRect*) const override;

Powered by Google App Engine
This is Rietveld 408576698