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

Unified Diff: core/fxge/apple/cfx_quartzdevice.h

Issue 2197513004: Refactor fxge/fx_apple and fx_win header files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Fixing nits Created 4 years, 5 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 | « BUILD.gn ('k') | core/fxge/apple/fx_apple_platform.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/apple/cfx_quartzdevice.h
diff --git a/core/fxge/include/fx_ge_apple.h b/core/fxge/apple/cfx_quartzdevice.h
similarity index 84%
rename from core/fxge/include/fx_ge_apple.h
rename to core/fxge/apple/cfx_quartzdevice.h
index 6dce86697fec9daabc309d74f55dd5a1cda5983a..e9261d62b8b2415736eca279f82c0c0b808751f7 100644
--- a/core/fxge/include/fx_ge_apple.h
+++ b/core/fxge/apple/cfx_quartzdevice.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXGE_INCLUDE_FX_GE_APPLE_H_
-#define CORE_FXGE_INCLUDE_FX_GE_APPLE_H_
+#ifndef CORE_FXGE_APPLE_CFX_QUARTZDEVICE_H_
+#define CORE_FXGE_APPLE_CFX_QUARTZDEVICE_H_
#if _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_
@@ -28,4 +28,4 @@ class CFX_QuartzDevice : public CFX_RenderDevice {
};
#endif
-#endif // CORE_FXGE_INCLUDE_FX_GE_APPLE_H_
+#endif // CORE_FXGE_APPLE_CFX_QUARTZDEVICE_H_
« no previous file with comments | « BUILD.gn ('k') | core/fxge/apple/fx_apple_platform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698