| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index 833e452fab93f6213b5bcfcd06cd41ffdbefcfcc..962e70990de2249cd7de7f9cef90750391aeb12b 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -161,10 +161,12 @@ protected:
|
| virtual void setMatrixClip(const SkMatrix&, const SkRegion&,
|
| const SkClipStack&) {};
|
|
|
| +private:
|
| /** Clears the entire device to the specified color (including alpha).
|
| * Ignores the clip.
|
| */
|
| virtual void clear(SkColor color) = 0;
|
| +public:
|
|
|
| /** These are called inside the per-device-layer loop for each draw call.
|
| When these are called, we have already applied any saveLayer operations,
|
|
|