Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1070)

Unified Diff: include/gpu/GrSurface.h

Issue 1623653002: skia: Add support for CHROMIUM_image backed textures. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Comments from bsalomon, round four. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/gpu/GrSurface.h
diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h
index 28935009ce8caee78187405c3b50616d7d2e9aed..237d27458dba16a29cad0d699b5e18a2990880d8 100644
--- a/include/gpu/GrSurface.h
+++ b/include/gpu/GrSurface.h
@@ -162,6 +162,7 @@ protected:
void onRelease() override;
void onAbandon() override;
+ bool reuseable() const override;
bsalomon 2016/02/04 16:27:08 I think this can be done without a new function. I
erikchen 2016/02/04 18:44:07 You're right. Done.
private:
void invokeReleaseProc() {

Powered by Google App Engine
This is Rietveld 408576698