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

Unified Diff: include/record/SkRecording.h

Issue 231853006: SkRecord: turn on cull annotation pass in public API. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 8 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 | « gyp/tools.gyp ('k') | src/record/SkRecording.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/record/SkRecording.h
diff --git a/include/record/SkRecording.h b/include/record/SkRecording.h
index 13b40137973f4b232436561234dfd6a1b6448629..0d04b90ca05f719bb884e872ee8a6e9972a6adf8 100644
--- a/include/record/SkRecording.h
+++ b/include/record/SkRecording.h
@@ -66,7 +66,7 @@ private:
~SkRecording();
SkRecorder* fRecorder;
- const SkRecord* fRecord;
+ SkRecord* fRecord;
};
} // namespace EXPERIMENTAL
« no previous file with comments | « gyp/tools.gyp ('k') | src/record/SkRecording.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698