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

Unified Diff: xfa/include/fxgraphics/fx_graphics.h

Issue 1087053002: Merge to XFA: Kill CFX_Object. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 8 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 | « xfa/include/fxfa/fxfa_objectacc.h ('k') | xfa/src/fee/include/ifde_txtedtengine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/include/fxgraphics/fx_graphics.h
diff --git a/xfa/include/fxgraphics/fx_graphics.h b/xfa/include/fxgraphics/fx_graphics.h
index ddec9605b7100643c1f2cedea24bcf4bcb2f320b..0eb3cf4e9fc4aa3f21d375adf9f0497d455ccc7e 100644
--- a/xfa/include/fxgraphics/fx_graphics.h
+++ b/xfa/include/fxgraphics/fx_graphics.h
@@ -94,7 +94,6 @@ enum {
};
typedef FX_INT32 FX_DeviceCap;
typedef FX_INT32 FX_FillMode;
-class CFX_Object;
class CFX_RenderDevice;
class CFX_GraphStateData;
class CFX_Matrix;
@@ -110,7 +109,7 @@ class CFX_Color;
class CFX_Path;
class CFX_Pattern;
class CFX_Shading;
-class CFX_Graphics : public CFX_Object
+class CFX_Graphics
{
public:
@@ -295,7 +294,7 @@ private:
protected:
FX_INT32 _type;
private:
- struct TInfo : public CFX_Object {
+ struct TInfo {
CFX_GraphStateData _graphState;
FX_BOOL _isAntialiasing;
FX_StrokeAlignment _strokeAlignment;
@@ -314,7 +313,7 @@ private:
friend class CAGG_Graphics;
};
-class CFX_Path : public CFX_Object
+class CFX_Path
{
public:
@@ -388,7 +387,7 @@ public:
private:
CFX_PathGenerator * _generator;
};
-class CFX_Color : public CFX_Object
+class CFX_Color
{
public:
@@ -426,7 +425,7 @@ private:
friend class CFX_Graphics;
};
-class CFX_Pattern : public CFX_Object
+class CFX_Pattern
{
public:
@@ -468,7 +467,7 @@ private:
};
friend class CFX_Graphics;
};
-class CFX_Shading : public CFX_Object
+class CFX_Shading
{
public:
« no previous file with comments | « xfa/include/fxfa/fxfa_objectacc.h ('k') | xfa/src/fee/include/ifde_txtedtengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698