Index: Source/core/css/MediaValuesCached.h |
diff --git a/Source/core/css/MediaValuesCached.h b/Source/core/css/MediaValuesCached.h |
index 58b345a48a8ae0ddf9f069c9f185b731f996b7ab..735f1ab07bf4443b58b1047e434e364dfd9ddc74 100644 |
--- a/Source/core/css/MediaValuesCached.h |
+++ b/Source/core/css/MediaValuesCached.h |
@@ -54,6 +54,7 @@ public: |
virtual PassRefPtr<MediaValues> copy() const OVERRIDE; |
virtual bool isSafeToSendToAnotherThread() const OVERRIDE; |
virtual bool computeLength(double value, CSSPrimitiveValue::UnitTypes, int& result) const OVERRIDE; |
+ virtual bool computeLength(double value, CSSPrimitiveValue::UnitTypes, double& result) const OVERRIDE; |
virtual int viewportWidth() const OVERRIDE; |
virtual int viewportHeight() const OVERRIDE; |