Index: src/gpu/GrLayerCache.h |
=================================================================== |
--- src/gpu/GrLayerCache.h (revision 14074) |
+++ src/gpu/GrLayerCache.h (working copy) |
@@ -47,7 +47,7 @@ |
// It is roughly equivalent to a GrGlyph in the font caching system |
class GrAtlasedLayer { |
public: |
- GrAtlasedLayer() : fPictureID(SkPicture::kInvalidGenID) { } |
+ GrAtlasedLayer() : fPictureID(SK_InvalidGenID) { } |
uint32_t pictureID() const { return fPictureID; } |
int layerID() const { return fLayerID; } |