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

Unified Diff: sky/engine/platform/LengthFunctions.cpp

Issue 714783003: Remove some straggling zoom-related code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/Length.h ('k') | sky/engine/platform/fonts/FontDescription.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/LengthFunctions.cpp
diff --git a/sky/engine/platform/LengthFunctions.cpp b/sky/engine/platform/LengthFunctions.cpp
index bb803dcf7cc36ac4533821e36445442115073abf..d06388dcf8987eb37739b7683daa9bfcbcb14fe5 100644
--- a/sky/engine/platform/LengthFunctions.cpp
+++ b/sky/engine/platform/LengthFunctions.cpp
@@ -51,7 +51,6 @@ float floatValueForLength(const Length& length, float maximumValue)
case MinContent:
case MaxContent:
case FitContent:
- case ExtendToZoom:
case DeviceWidth:
case DeviceHeight:
case MaxSizeNone:
@@ -80,7 +79,6 @@ LayoutUnit minimumValueForLength(const Length& length, LayoutUnit maximumValue)
case MinContent:
case MaxContent:
case FitContent:
- case ExtendToZoom:
case DeviceWidth:
case DeviceHeight:
case MaxSizeNone:
@@ -113,7 +111,6 @@ LayoutUnit valueForLength(const Length& length, LayoutUnit maximumValue)
case MinContent:
case MaxContent:
case FitContent:
- case ExtendToZoom:
case DeviceWidth:
case DeviceHeight:
case MaxSizeNone:
« no previous file with comments | « sky/engine/platform/Length.h ('k') | sky/engine/platform/fonts/FontDescription.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698