diff options
author | jochen <jochen@chromium.org> | 2015-07-16 04:30:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-16 11:31:15 +0000 |
commit | 28df6b96bf8f5614f02a315eda1d7610ef8b4532 (patch) | |
tree | 4885249dc86447450ea902755176c32cc37addc7 /gin | |
parent | c61c57ba90e6cd5bdc395643f24e4d12fd434c55 (diff) | |
download | chromium_src-28df6b96bf8f5614f02a315eda1d7610ef8b4532.zip chromium_src-28df6b96bf8f5614f02a315eda1d7610ef8b4532.tar.gz chromium_src-28df6b96bf8f5614f02a315eda1d7610ef8b4532.tar.bz2 |
Roll PDFium d1b0a8d:acf0647
cc8b4d8 Make v8 embedder data slot configurable
281d1d2 Flip the shut down order in tests.
5b4f57c Make ContentStreamParser members private, fix constructor
bf45988 Add a null pointer check to CPDF_CalRGB::v_Load().
e3db14f Kill Func_Renderpage global function pointer, it never changes.
97dd3fe Revert "Add test case for parsing endobj keywords." by Tom Sepez - 14 hours ago
5bd88ec Add test case for parsing endobj keywords. by Tom Sepez - 15 hours ago
acf0647 Add missing reinterpret_cast from void to v8::Isolate
8ccc206 Revert "Pump the v8 message loop in tests"
1c79928 Plumb in an externally created v8::Isolate
3045780 Pump the v8 message loop in tests
7592479 Move extern cmap declarations from .cpp files into new .h files.
dacc22c Move FPDFAPI_FlateInit() prototype and friends to .h file
0c96176 Tighten up DEPS include rules.
BUG=none
R=tsepez@chromium.org,ulan@chromium.org
Review URL: https://codereview.chromium.org/1229403003
Cr-Commit-Position: refs/heads/master@{#339014}
Diffstat (limited to 'gin')
-rw-r--r-- | gin/public/gin_embedders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gin/public/gin_embedders.h b/gin/public/gin_embedders.h index bffe6e0..613136f 100644 --- a/gin/public/gin_embedders.h +++ b/gin/public/gin_embedders.h @@ -14,6 +14,7 @@ namespace gin { enum GinEmbedder { kEmbedderNativeGin, kEmbedderBlink, + kEmbedderPDFium, }; } // namespace gin |