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

Side by Side Diff: src/core/SkPictureRangePlayback.h

Issue 383733002: Split SkPictureReplacementPlayback out of SkPicturePlayback (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
1
1 /* 2 /*
2 * Copyright 2014 Google Inc. 3 * Copyright 2014 Google Inc.
3 * 4 *
4 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 6 * found in the LICENSE file.
6 */ 7 */
7 8
8 #ifndef SkPictureRangePlayback_DEFINED 9 #ifndef SkPictureRangePlayback_DEFINED
9 #define SkPictureRangePlayback_DEFINED 10 #define SkPictureRangePlayback_DEFINED
10 11
(...skipping 20 matching lines...) Expand all
31 32
32 private: 33 private:
33 size_t fStart; 34 size_t fStart;
34 size_t fStop; 35 size_t fStop;
35 36
36 typedef SkPicturePlayback INHERITED; 37 typedef SkPicturePlayback INHERITED;
37 }; 38 };
38 39
39 40
40 #endif 41 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698