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

Unified Diff: core/cross/class_manager.cc

Issue 652016: Added the bulk of the algorithm for GPU accelerated 2D vector curve... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 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 | « core/core.gyp ('k') | core/cross/gpu2d/cubic_math_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/class_manager.cc
===================================================================
--- core/cross/class_manager.cc (revision 40063)
+++ core/cross/class_manager.cc (working copy)
@@ -54,6 +54,7 @@
#include "core/cross/param_array.h"
#include "core/cross/param_operation.h"
#include "core/cross/primitive.h"
+#include "core/cross/processed_path.h"
#include "core/cross/render_surface_set.h"
#include "core/cross/sampler.h"
#include "core/cross/shape.h"
@@ -157,6 +158,7 @@
AddTypedClass<ParamArray>();
AddTypedClass<ParamObject>();
AddTypedClass<Primitive>();
+ AddTypedClass<ProcessedPath>();
AddTypedClass<RenderFrameCounter>();
AddTypedClass<RenderNode>();
AddTypedClass<RenderSurfaceSet>();
« no previous file with comments | « core/core.gyp ('k') | core/cross/gpu2d/cubic_math_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698