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

Unified Diff: fpdfsdk/include/javascript/Icon.h

Issue 1060133002: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Alphabetize nit. 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 | « fpdfsdk/include/javascript/Field.h ('k') | fpdfsdk/include/javascript/JS_Context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/javascript/Icon.h
diff --git a/fpdfsdk/include/javascript/Icon.h b/fpdfsdk/include/javascript/Icon.h
index e07ae8e89bde5d400e15f92572705c20f0bc1f6d..097917a5e5635a9699406ff4b7dc74f2858f3f8e 100644
--- a/fpdfsdk/include/javascript/Icon.h
+++ b/fpdfsdk/include/javascript/Icon.h
@@ -7,20 +7,19 @@
#ifndef _ICON_H_
#define _ICON_H_
+#include "JS_Define.h"
+
class Icon : public CJS_EmbedObj
{
public:
Icon(CJS_Object* pJSObject);
virtual ~Icon();
-
-public:
FX_BOOL name(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
-
-public:
void SetStream(CPDF_Stream* pIconStream);
CPDF_Stream* GetStream();
void SetIconName(CFX_WideString name);
CFX_WideString GetIconName();
+
private:
CPDF_Stream* m_pIconStream;
CFX_WideString m_swIconName;
« no previous file with comments | « fpdfsdk/include/javascript/Field.h ('k') | fpdfsdk/include/javascript/JS_Context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698