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

Unified Diff: include/gpu/GrProcessorDataManager.h

Issue 1230023003: Modify GrClipMaskManager to reflect logical constness (Closed) Base URL: https://skia.googlesource.com/skia.git@proctomemorypool
Patch Set: change to ref Created 5 years, 5 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
« no previous file with comments | « no previous file | src/gpu/GrClipMaskManager.h » ('j') | src/gpu/GrClipMaskManager.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrProcessorDataManager.h
diff --git a/include/gpu/GrProcessorDataManager.h b/include/gpu/GrProcessorDataManager.h
index 4e8bb7d846f78129f732328ec1df7f7bf76c8297..2b41dc66293543998d61422444bde49a9ffb8baa 100644
--- a/include/gpu/GrProcessorDataManager.h
+++ b/include/gpu/GrProcessorDataManager.h
@@ -26,6 +26,12 @@ public:
}
private:
robertphillips 2015/07/10 14:34:09 I'm not crazy about 'height' here
+ uint32_t currentHeight() const { return 0; }
+ void restoreHeight(uint32_t height) {}
+
+ // For GrPipelineBuilder::AutoRestoreProcessorDataManager
+ friend class GrPipelineBuilder;
+
typedef SkRefCnt INHERITED;
};
« no previous file with comments | « no previous file | src/gpu/GrClipMaskManager.h » ('j') | src/gpu/GrClipMaskManager.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698