X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fskia%2Fsrc%2Fcore%2FSkTileGrid.h;h=c64a0289aa23c6df740da149a5a13670b1b44c0d;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=bf3f6cfe02fe52428e9fa324b785d15de0b9fa93;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/skia/src/core/SkTileGrid.h b/src/third_party/skia/src/core/SkTileGrid.h index bf3f6cf..c64a028 100644 --- a/src/third_party/skia/src/core/SkTileGrid.h +++ b/src/third_party/skia/src/core/SkTileGrid.h @@ -63,6 +63,8 @@ public: */ virtual int getCount() const SK_OVERRIDE; + virtual int getDepth() const SK_OVERRIDE { return -1; } + virtual void rewindInserts() SK_OVERRIDE; // Used by search() and in SkTileGridHelper implementations