Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/StyleChangeReason.h |
| diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.h b/third_party/WebKit/Source/core/dom/StyleChangeReason.h |
| index 8ae0a42ec49edbdab631226ea586220d570c9704..c147fba40c692fa283e15c0f41d60b012c27f7ef 100644 |
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.h |
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.h |
| @@ -26,7 +26,7 @@ extern const char DesignMode[]; |
| extern const char Drag[]; |
| extern const char FontSizeChange[]; |
| extern const char Fonts[]; |
| -extern const char FullScreen[]; |
| +CORE_EXPORT extern const char FullScreen[]; |
|
esprehn
2015/09/24 20:17:02
yeah this is super ugly, lets expose a specific AP
dsinclair
2015/09/28 17:14:58
Done.
|
| extern const char Inline[]; |
| extern const char InlineCSSStyleMutated[]; |
| extern const char Inspector[]; |