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

Unified Diff: experimental/SkV8Example/SkV8Example.h

Issue 148523019: Move SkV8Example to SkSurface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix gpu refcount for canvas held by surface. Created 6 years, 10 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 | « no previous file | experimental/SkV8Example/SkV8Example.cpp » ('j') | experimental/SkV8Example/SkV8Example.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/SkV8Example/SkV8Example.h
diff --git a/experimental/SkV8Example/SkV8Example.h b/experimental/SkV8Example/SkV8Example.h
index 3d87d7add58aafff350cae06f9087efee830849d..c6239da195e34545d413713970ff718457ed5aef 100644
--- a/experimental/SkV8Example/SkV8Example.h
+++ b/experimental/SkV8Example/SkV8Example.h
@@ -15,6 +15,7 @@
class GrContext;
class GrGLInterface;
class GrRenderTarget;
+class SkSurface;
class JsContext;
@@ -44,6 +45,7 @@ private:
GrContext* fCurContext;
const GrGLInterface* fCurIntf;
GrRenderTarget* fCurRenderTarget;
+ SkSurface* fCurSurface;
#endif
};
« no previous file with comments | « no previous file | experimental/SkV8Example/SkV8Example.cpp » ('j') | experimental/SkV8Example/SkV8Example.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698