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

Unified Diff: Source/core/platform/Length.h

Issue 19632002: Support 'extend-to-zoom' viewport descriptor value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed isExtendToZoom() Created 7 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
« no previous file with comments | « Source/core/dom/ViewportArguments.cpp ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Length.h
diff --git a/Source/core/platform/Length.h b/Source/core/platform/Length.h
index 32ce21f11b18dfb32d00a303b8cd633c8f848461..1a655d464d04a05d5bd9d8aad40f8918a4ae7446 100644
--- a/Source/core/platform/Length.h
+++ b/Source/core/platform/Length.h
@@ -40,6 +40,7 @@ enum LengthType {
MinContent, MaxContent, FillAvailable, FitContent,
Calculated,
ViewportPercentageWidth, ViewportPercentageHeight, ViewportPercentageMin, ViewportPercentageMax,
+ ExtendToZoom,
Undefined
};
« no previous file with comments | « Source/core/dom/ViewportArguments.cpp ('k') | Source/core/rendering/RenderBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698