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

Unified Diff: samplecode/SampleApp.h

Issue 1269093002: remove SkDeferredCanvas (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 | « include/utils/SkDeferredCanvas.h ('k') | samplecode/SampleApp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samplecode/SampleApp.h
diff --git a/samplecode/SampleApp.h b/samplecode/SampleApp.h
index c0f845d32c339e6050a1ce5b87a7a03910315f99..1f8c33389a348463e69a449ce13e198159ed857b 100644
--- a/samplecode/SampleApp.h
+++ b/samplecode/SampleApp.h
@@ -23,7 +23,6 @@ class GrRenderTarget;
class SkCanvas;
class SkData;
-class SkDeferredCanvas;
class SkDocument;
class SkEvent;
class SkTypeface;
@@ -41,7 +40,6 @@ public:
kANGLE_DeviceType,
#endif // SK_ANGLE
#endif // SK_SUPPORT_GPU
- kDeferred_DeviceType,
kDeviceTypeCnt
};
@@ -162,8 +160,6 @@ private:
int fCurrIndex;
SkPictureRecorder fRecorder;
- SkAutoTDelete<SkSurface> fDeferredSurface;
- SkAutoTDelete<SkDeferredCanvas> fDeferredCanvas;
SkAutoTDelete<SkCanvas> fFlagsFilterCanvas;
SkPath fClipPath;
« no previous file with comments | « include/utils/SkDeferredCanvas.h ('k') | samplecode/SampleApp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698