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

Unified Diff: src/gpu/gl/GrGpuGL.h

Issue 17027003: Add flag bits for partial GrContext reset (Closed)
Patch Set: change name style of enum, and remove resetTexture() Created 7 years, 6 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: src/gpu/gl/GrGpuGL.h
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
index c644fbbac84238a66974f81176eb70aa637bffa9..38e5842dcef8b18a001cc6e5eca86f8cca47e576 100644
--- a/src/gpu/gl/GrGpuGL.h
+++ b/src/gpu/gl/GrGpuGL.h
@@ -102,7 +102,7 @@ protected:
private:
// GrGpu overrides
- virtual void onResetContext() SK_OVERRIDE;
+ virtual void onResetContext(uint32_t resetBits) SK_OVERRIDE;
virtual GrTexture* onCreateTexture(const GrTextureDesc& desc,
const void* srcData,

Powered by Google App Engine
This is Rietveld 408576698