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

Unified Diff: src/core/SkRecording.cpp

Issue 331573004: Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: put back Created 6 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
« no previous file with comments | « src/core/SkRecorder.cpp ('k') | src/core/SkRecords.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRecording.cpp
diff --git a/src/record/SkRecording.cpp b/src/core/SkRecording.cpp
similarity index 95%
rename from src/record/SkRecording.cpp
rename to src/core/SkRecording.cpp
index ad57aa25a53e534c011e668408bf5a69c5c64635..94fabce9121846226a727d71bc27e126bd6bb7d0 100644
--- a/src/record/SkRecording.cpp
+++ b/src/core/SkRecording.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "SkRecording.h"
+#include "../../include/record/SkRecording.h"
#include "SkRecord.h"
#include "SkRecordOpts.h"
« no previous file with comments | « src/core/SkRecorder.cpp ('k') | src/core/SkRecords.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698