aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTextureRenderTargetProxy.h
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2018-04-24 14:32:53 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-24 18:59:16 +0000
commit849dce1d7bc10b532c3d8f81a503416caf5f444e (patch)
treee60653b3a87a7e73ce4ba923ff4f83dd354c430d /src/gpu/GrTextureRenderTargetProxy.h
parent55d330c32dce20b56e4c104fa4d844f2fb3b2fc7 (diff)
Update flag checks when validating surface being assigned to proxy.
Bug: skia:7748 Change-Id: Id87c0b1be2efbdefd96740e9591fd102e09b4d95 Reviewed-on: https://skia-review.googlesource.com/123423 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrTextureRenderTargetProxy.h')
-rw-r--r--src/gpu/GrTextureRenderTargetProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrTextureRenderTargetProxy.h b/src/gpu/GrTextureRenderTargetProxy.h
index 193d8a74e2..141597ec76 100644
--- a/src/gpu/GrTextureRenderTargetProxy.h
+++ b/src/gpu/GrTextureRenderTargetProxy.h
@@ -44,7 +44,7 @@ private:
size_t onUninstantiatedGpuMemorySize() const override;
- SkDEBUGCODE(void validateLazySurface(const GrSurface*) override;)
+ SkDEBUGCODE(void onValidateSurface(const GrSurface*) override;)
};
#ifdef SK_BUILD_FOR_WIN