aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDevice.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-17 12:26:23 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-17 12:26:23 +0000
commit07f81a57ba5720fd65563077114bd9e5ba840151 (patch)
tree346963830e041065d5ef284a00d59eb6b8216141 /include/core/SkDevice.h
parent6a6c6a16db2f2ea9565d67443fd62af0765dc7ca (diff)
Baby step in making SkGpuDevice no longer derive from SkBitmapDevice
Diffstat (limited to 'include/core/SkDevice.h')
-rw-r--r--include/core/SkDevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 42624bf4bb..ed1c8fd63b 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -85,7 +85,7 @@ public:
*/
virtual void getGlobalBounds(SkIRect* bounds) const = 0;
- /** Returns true if the device's bitmap's config treats every pixels as
+ /** Returns true if the device's bitmap's config treats every pixel as
implicitly opaque.
*/
virtual bool isOpaque() const = 0;
@@ -332,7 +332,7 @@ protected:
int x, int y,
SkCanvas::Config8888 config8888) = 0;
- /** Called when this device is installed into a Canvas. Balanaced by a call
+ /** Called when this device is installed into a Canvas. Balanced by a call
to unlockPixels() when the device is removed from a Canvas.
*/
virtual void lockPixels() = 0;