summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_colorstate.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-21 16:19:19 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-21 20:29:29 +0000
commit9317f8f5336f989aade75ceb925391262b1ccdca (patch)
tree88f3a8f244f2d1c8f89906bb8e3ea84eb65ae5fd /core/fpdfapi/page/cpdf_colorstate.h
parent0b95042db2e6dab5876abd12ce485fff0a8e08fe (diff)
downloadpdfium-9317f8f5336f989aade75ceb925391262b1ccdca.tar.xz
Move CFX_SharedCopyOnWrite to SharedCopyOnWrite
This CL renames CFX_SharedCopyOnWrite to SharedCopyOnWrite and moves to the fxcrt namespace. Bug: pdfium:898 Change-Id: Iced796b9f341407720e2a88f11d1916df56fe68c Reviewed-on: https://pdfium-review.googlesource.com/14617 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fpdfapi/page/cpdf_colorstate.h')
-rw-r--r--core/fpdfapi/page/cpdf_colorstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fpdfapi/page/cpdf_colorstate.h b/core/fpdfapi/page/cpdf_colorstate.h
index cf63d24ea3..36a2c2d260 100644
--- a/core/fpdfapi/page/cpdf_colorstate.h
+++ b/core/fpdfapi/page/cpdf_colorstate.h
@@ -8,8 +8,8 @@
#define CORE_FPDFAPI_PAGE_CPDF_COLORSTATE_H_
#include "core/fpdfapi/page/cpdf_color.h"
-#include "core/fxcrt/cfx_shared_copy_on_write.h"
#include "core/fxcrt/fx_system.h"
+#include "core/fxcrt/shared_copy_on_write.h"
class CPDF_Color;
class CPDF_ColorSpace;
@@ -66,7 +66,7 @@ class CPDF_ColorState {
float* pValue,
uint32_t nValues);
- CFX_SharedCopyOnWrite<ColorData> m_Ref;
+ SharedCopyOnWrite<ColorData> m_Ref;
};
#endif // CORE_FPDFAPI_PAGE_CPDF_COLORSTATE_H_