| Index: include/gpu/GrTextContext.h
|
| diff --git a/include/gpu/GrTextContext.h b/include/gpu/GrTextContext.h
|
| index 348f3abb45c3bf837741da9d4fa2c4f7121b8c4a..5204da4b01efa4f022a9fe47403dc0a6dfc409bb 100644
|
| --- a/include/gpu/GrTextContext.h
|
| +++ b/include/gpu/GrTextContext.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2010 Google Inc.
|
| *
|
| @@ -6,8 +5,6 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| -
|
| #ifndef GrTextContext_DEFINED
|
| #define GrTextContext_DEFINED
|
|
|
| @@ -53,7 +50,7 @@ private:
|
| GrTexture* fCurrTexture;
|
| int fCurrVertex;
|
|
|
| - GrIRect fClipRect;
|
| + SkIRect fClipRect;
|
| GrContext::AutoMatrix fAutoMatrix;
|
| };
|
|
|
|
|