aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-08-19 07:11:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-19 07:11:34 -0700
commita4c3244760e502999dfcdcaa8112007f56bdf571 (patch)
tree4ea1130f87894550b2c4e7fdfb1a1054b375578c /src
parentae41b3834301444cf27b8aa729b8ad36666bdc08 (diff)
add missing override
BUG=skia: TBR= Review URL: https://codereview.chromium.org/1292073003
Diffstat (limited to 'src')
-rw-r--r--src/gpu/batches/GrStencilPathBatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/batches/GrStencilPathBatch.h b/src/gpu/batches/GrStencilPathBatch.h
index bafcfffc0e..d6790091ae 100644
--- a/src/gpu/batches/GrStencilPathBatch.h
+++ b/src/gpu/batches/GrStencilPathBatch.h
@@ -29,7 +29,7 @@ public:
const char* name() const override { return "StencilPath"; }
- uint32_t renderTargetUniqueID() const { return fRenderTarget.get()->getUniqueID(); }
+ uint32_t renderTargetUniqueID() const override { return fRenderTarget.get()->getUniqueID(); }
SkString dumpInfo() const override {
SkString string;