Chromium Code Reviews| Index: Source/core/dom/ViewportArguments.h |
| diff --git a/Source/core/dom/ViewportArguments.h b/Source/core/dom/ViewportArguments.h |
| index 65334412bf7bb24d515c996b80288fc97028a0d5..35240c2cba77a51f6850566ae2cf645cdb11ae2f 100644 |
| --- a/Source/core/dom/ViewportArguments.h |
| +++ b/Source/core/dom/ViewportArguments.h |
| @@ -54,7 +54,8 @@ struct ViewportArguments { |
| HandheldFriendlyMeta, |
| MobileOptimizedMeta, |
| ViewportMeta, |
| - CSSDeviceAdaptation |
| + CSSDeviceAdaptation, |
| + NoExpansionToFillVisualViewport |
|
aelias_OOO_until_Jul13
2013/08/28 21:26:47
Please move it one line up (next to "ViewportMeta"
mnaganov (inactive)
2013/08/29 12:09:54
Done.
|
| } type; |
| enum { |