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

Unified Diff: components/pdf/renderer/pepper_pdf_host.h

Issue 2174963002: Fix a crash in pdf::PepperPDFHost::OnHostMsgHasUnsupportedFeature(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more checks, lint 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
Index: components/pdf/renderer/pepper_pdf_host.h
diff --git a/components/pdf/renderer/pepper_pdf_host.h b/components/pdf/renderer/pepper_pdf_host.h
index a4756afcd067f9534aede62a82d15fb5304c84c7..07335b20d6189a114d6836168b83926f232ea402 100644
--- a/components/pdf/renderer/pepper_pdf_host.h
+++ b/components/pdf/renderer/pepper_pdf_host.h
@@ -8,6 +8,7 @@
#include <stdint.h>
#include <string>
+#include <vector>
#include "base/compiler_specific.h"
#include "base/macros.h"
@@ -28,14 +29,13 @@ class RendererPpapiHost;
}
namespace ppapi {
+
class HostResource;
-}
-namespace ppapi {
namespace host {
struct HostMessageContext;
}
-}
+} // ppapi
tommycli 2016/07/22 21:47:37 } // namespace ppapi Also... since there's a \n
Lei Zhang 2016/07/22 22:20:21 Compacted.
tommycli 2016/07/22 22:29:11 Hey I think it should probably still be // namespa
namespace pdf {
« no previous file with comments | « no previous file | components/pdf/renderer/pepper_pdf_host.cc » ('j') | components/pdf/renderer/pepper_pdf_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698