aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRectanizer_skyline.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-11-06 04:14:55 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-06 04:14:55 -0800
commit42597bc99f00553825843b5ed41e81b121773368 (patch)
treeb7fa413e12a322ade42a8e5b18fd6ed6004112d1 /src/gpu/GrRectanizer_skyline.h
parentfcff08c8301b1ca08eee20911d0df5fb9db41156 (diff)
Update Layer Hoisting to store its atlas texture in the resource cache
Diffstat (limited to 'src/gpu/GrRectanizer_skyline.h')
-rw-r--r--src/gpu/GrRectanizer_skyline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/GrRectanizer_skyline.h b/src/gpu/GrRectanizer_skyline.h
index a06bba00fb..576b1fc62a 100644
--- a/src/gpu/GrRectanizer_skyline.h
+++ b/src/gpu/GrRectanizer_skyline.h
@@ -19,9 +19,9 @@ public:
this->reset();
}
- virtual ~GrRectanizerSkyline() { }
+ ~GrRectanizerSkyline() override { }
- void reset() override{
+ void reset() override {
fAreaSoFar = 0;
fSkyline.reset();
SkylineSegment* seg = fSkyline.append(1);