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

Unified Diff: src/animator/SkBoundable.h

Issue 764463002: rename SkDrawable to SkADrawable (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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/animator/SkBoundable.h
diff --git a/src/animator/SkBoundable.h b/src/animator/SkBoundable.h
index daeda23c7a7c879327019c00de3762ef604b6149..48d1306235bfd88ca73f256819717e56a25f7642 100644
--- a/src/animator/SkBoundable.h
+++ b/src/animator/SkBoundable.h
@@ -10,10 +10,10 @@
#ifndef SkBoundable_DEFINED
#define SkBoundable_DEFINED
-#include "SkDrawable.h"
+#include "SkADrawable.h"
#include "SkRect.h"
-class SkBoundable : public SkDrawable {
+class SkBoundable : public SkADrawable {
public:
SkBoundable();
virtual void clearBounder();
@@ -25,7 +25,7 @@ protected:
void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
SkIRect fBounds;
private:
- typedef SkDrawable INHERITED;
+ typedef SkADrawable INHERITED;
};
class SkBoundableAuto {

Powered by Google App Engine
This is Rietveld 408576698