Index: cc/paint/paint_recorder.h |
diff --git a/cc/paint/paint_recorder.h b/cc/paint/paint_recorder.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..610c5b979e04e8cb5935f2a8471d1408f255d55a |
--- /dev/null |
+++ b/cc/paint/paint_recorder.h |
@@ -0,0 +1,14 @@ |
+// Copyright 2017 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CC_PAINT_PAINT_RECORDER_H_ |
+#define CC_PAINT_PAINT_RECORDER_H_ |
+ |
+#include "third_party/skia/include/core/SkPictureRecorder.h" |
+ |
+namespace cc { |
+typedef SkPictureRecorder PaintRecorder; |
+} |
+ |
+#endif // CC_PAINT_PAINT_RECORDER_H_ |