 Chromium Code Reviews
 Chromium Code Reviews Issue 2358793002:
  Add setBounds to SkLiteDL for Android  (Closed)
    
  
    Issue 2358793002:
  Add setBounds to SkLiteDL for Android  (Closed) 
  | Index: src/core/SkLiteDL.h | 
| diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h | 
| index b18cc540dc5e5ec433a212af953a79134236833d..9ed1365b70d0d94c2ed83ba72ad5ae5f9719beb1 100644 | 
| --- a/src/core/SkLiteDL.h | 
| +++ b/src/core/SkLiteDL.h | 
| @@ -91,6 +91,8 @@ public: | 
| void drawAtlas(const SkImage*, const SkRSXform[], const SkRect[], const SkColor[], int, | 
| SkXfermode::Mode, const SkRect*, const SkPaint*); | 
| + void setBounds(const SkRect& bounds); | 
| + | 
| private: | 
| SkLiteDL(SkRect); | 
| ~SkLiteDL(); |